Skip to content
This repository has been archived by the owner on Aug 26, 2021. It is now read-only.

Commit

Permalink
Removing duplicate utils
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonycr committed Sep 12, 2018
1 parent 4d10d92 commit 65df976
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 106 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ import com.google.gson.stream.JsonToken
import com.google.gson.stream.JsonWriter
import org.assertj.core.api.Assertions.assertThat
import org.junit.Test
import verification.assertThatClassIsNotInstantiable
import java.io.StringReader

/**
Expand Down
103 changes: 0 additions & 103 deletions stag-library/src/test/java/verification/Utils.java

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
@file:JvmName("Utils")

package com.vimeo.stag
package verification

import com.google.gson.JsonArray
import com.google.gson.JsonObject
import org.assertj.core.api.Assertions.assertThat
import org.assertj.core.api.Assertions.assertThatThrownBy
import java.util.ArrayList
import java.util.HashMap
import java.util.*

inline fun <reified T : Any> assertThatClassIsNotInstantiable() {
assertThatThrownBy {
Expand Down

0 comments on commit 65df976

Please sign in to comment.