mirror of
https://github.com/jlengrand/atrium.git
synced 2026-03-10 08:01:19 +00:00
add api-fluent-en_GB to de_CH bundle for easier migration
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
description = 'Represents a convenience module which merely bundles dependencies for Android.'
|
||||
|
||||
dependencies {
|
||||
api prefixedProject('api-fluent-en_GB-android')
|
||||
api prefixedProject('verbs-android')
|
||||
api prefixedProject('api-cc-de_CH-android')
|
||||
api prefixedProject('translations-de_CH-android')
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
description = 'Represents a convenience module which merely bundles dependencies as common module.'
|
||||
|
||||
dependencies {
|
||||
api prefixedProject('api-fluent-en_GB-common')
|
||||
api prefixedProject('verbs-common')
|
||||
api prefixedProject('api-cc-de_CH-common')
|
||||
api prefixedProject('translations-de_CH-common')
|
||||
|
||||
@@ -3,11 +3,13 @@ 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
|
||||
import ch.tutteli.atrium.api.cc.de_CH.wirftNichts
|
||||
import ch.tutteli.atrium.api.fluent.en_GB.toBe
|
||||
import ch.tutteli.atrium.api.verbs.assertThat
|
||||
import ch.tutteli.atrium.assertions.Assertion
|
||||
import ch.tutteli.atrium.creating.Assert
|
||||
import ch.tutteli.atrium.creating.AssertionPlant
|
||||
import ch.tutteli.atrium.domain.builders.AssertImpl
|
||||
import ch.tutteli.atrium.domain.builders.migration.asExpect
|
||||
import ch.tutteli.atrium.reporting.RawString
|
||||
import ch.tutteli.atrium.reporting.translating.StringBasedTranslatable
|
||||
import ch.tutteli.atrium.translations.DescriptionBasic
|
||||
@@ -19,7 +21,7 @@ class SmokeTest {
|
||||
fun toBe_canBeUsed() {
|
||||
expect(1).ist(1)
|
||||
expect {
|
||||
expect(1).ist(2)
|
||||
expect(1).asExpect().toBe(2)
|
||||
}.wirft<AssertionError> {
|
||||
//check that correct translation is used
|
||||
messageEnthaelt("ist: 2")
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
description = 'Represents a convenience module which merely bundles dependencies for the JS platform.'
|
||||
|
||||
dependencies {
|
||||
api prefixedProject('api-fluent-en_GB-js')
|
||||
api prefixedProject('verbs-js')
|
||||
api prefixedProject('api-cc-de_CH-js')
|
||||
api prefixedProject('translations-de_CH-js')
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
description = 'Represents a convenience module which merely bundles dependencies for the JVM platform.'
|
||||
|
||||
dependencies {
|
||||
api prefixedProject('api-fluent-en_GB-jvm')
|
||||
api prefixedProject('verbs-jvm')
|
||||
api prefixedProject('api-cc-de_CH-jvm')
|
||||
api prefixedProject('translations-de_CH-jvm')
|
||||
|
||||
Reference in New Issue
Block a user