mirror of
https://github.com/jlengrand/atrium.git
synced 2026-03-10 08:01:19 +00:00
deprecate Assert, Assertion(Collecting/Checking/Reporting)Plant
and suppress deprecation warnings
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
// TODO remove file with 1.0.0
|
||||
@file:Suppress("DEPRECATION", "TYPEALIAS_EXPANSION_DEPRECATION")
|
||||
|
||||
import ch.tutteli.atrium.api.cc.en_UK.toBe
|
||||
import ch.tutteli.atrium.assertions.Assertion
|
||||
import ch.tutteli.atrium.creating.Assert
|
||||
|
||||
@@ -1,3 +1,6 @@
|
||||
// TODO remove file with 1.0.0
|
||||
@file:Suppress("DEPRECATION", "TYPEALIAS_EXPANSION_DEPRECATION")
|
||||
|
||||
import ch.tutteli.atrium.api.cc.infix.en_UK.toBe
|
||||
import ch.tutteli.atrium.assertions.Assertion
|
||||
import ch.tutteli.atrium.creating.Assert
|
||||
|
||||
@@ -1,4 +1,6 @@
|
||||
@file:Suppress("DEPRECATION" /* will be removed with 1.0.0 */)
|
||||
// TODO remove file with 1.0.0
|
||||
@file:Suppress("DEPRECATION", "TYPEALIAS_EXPANSION_DEPRECATION")
|
||||
|
||||
import ch.tutteli.atrium.api.cc.de_CH.ist
|
||||
import ch.tutteli.atrium.api.cc.de_CH.messageEnthaelt
|
||||
import ch.tutteli.atrium.api.cc.de_CH.wirft
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
@file:Suppress("DEPRECATION" /* will be removed with 1.0.0 */)
|
||||
// TODO remove file with 1.0.0
|
||||
@file:Suppress("DEPRECATION", "TYPEALIAS_EXPANSION_DEPRECATION")
|
||||
|
||||
import ch.tutteli.atrium.api.cc.en_GB.messageContains
|
||||
import ch.tutteli.atrium.api.cc.en_GB.notToThrow
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
// TODO remove file with 1.0.0
|
||||
@file:Suppress("DEPRECATION", "TYPEALIAS_EXPANSION_DEPRECATION")
|
||||
package custom
|
||||
|
||||
import ch.tutteli.atrium.api.cc.en_GB.toBe
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
@file:Suppress("DEPRECATION" /* will be removed with 1.0.0 */)
|
||||
// TODO remove file with 1.0.0
|
||||
@file:Suppress("DEPRECATION", "TYPEALIAS_EXPANSION_DEPRECATION")
|
||||
|
||||
import ch.tutteli.atrium.api.cc.infix.en_GB.*
|
||||
import ch.tutteli.atrium.assertions.Assertion
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
@file:Suppress("DEPRECATION" /* will be removed with 1.0.0 */)
|
||||
// TODO remove file with 1.0.0
|
||||
@file:Suppress("DEPRECATION", "TYPEALIAS_EXPANSION_DEPRECATION")
|
||||
|
||||
package custom
|
||||
|
||||
|
||||
Reference in New Issue
Block a user