mirror of
https://github.com/jlengrand/atrium.git
synced 2026-03-10 08:01:19 +00:00
rename core-api to core
and use `expectation` in packages.md instead of `assertion`
This commit is contained in:
@@ -179,7 +179,7 @@ This is due to the loosely coupled design of Atrium and dead code elimination pe
|
||||
Atrium itself is using mocha as well
|
||||
(see [build.gradle -> createJsTestTask](https://github.com/robstoll/atrium/tree/master/build.gradle#L290))
|
||||
and has tests written in JS modules
|
||||
(see [AdjustStackTest](https://github.com/robstoll/atrium/tree/master/core/api/atrium-core-api-js/src/test/kotlin/ch/tutteli/atrium/reporting/erroradjusters/AdjustStackTest.kt))
|
||||
(see [AdjustStackTest](https://github.com/robstoll/atrium/tree/master/core/atrium-core-js/src/test/kotlin/ch/tutteli/atrium/reporting/erroradjusters/AdjustStackTest.kt))
|
||||
as well as tests written in common modules (e.g. [SmokeTest](https://github.com/robstoll/atrium/tree/master/bundles/fluent-en_GB/atrium-fluent-en_GB-common/src/test/kotlin/SmokeTest.kt))
|
||||
which are executed on the JS platform as well
|
||||
(actually on all platforms -> JVM uses JUnit for this purpose, see
|
||||
@@ -2445,7 +2445,7 @@ You prefer another reporting style but Atrium does not yet support it?
|
||||
Please let us know it by [writing a feature request](https://github.com/robstoll/atrium/issues/new?template=feature_request.md&title=[Feature]).
|
||||
|
||||
There are more options to choose from. Take a look at the
|
||||
[DefaultComponentFactoryContainer](https://github.com/robstoll/atrium/tree/master/core/api/atrium-core-api-common/src/main/kotlin/ch/tutteli/atrium/creating/impl/ComponentFactoryContainerImpl.kt#L121)
|
||||
[DefaultComponentFactoryContainer](https://github.com/robstoll/atrium/tree/master/core/atrium-core-common/src/main/kotlin/ch/tutteli/atrium/creating/impl/ComponentFactoryContainerImpl.kt#L121)
|
||||
to see the default configuration.
|
||||
|
||||
# Internationalization
|
||||
|
||||
@@ -3,7 +3,7 @@ description = 'A fluent assertion function API in en_GB with a focus on code com
|
||||
ext.jacoco_additional = [
|
||||
prefixedProject('translations-en_GB-jvm'),
|
||||
prefixedProject('logic-jvm'),
|
||||
prefixedProject('core-api-jvm'),
|
||||
prefixedProject('core-jvm'),
|
||||
]
|
||||
|
||||
dependencies {
|
||||
|
||||
@@ -3,7 +3,7 @@ description = 'An infix API in en_GB with a focus on code completion for JVM.'
|
||||
ext.jacoco_additional = [
|
||||
prefixedProject('translations-de_CH-jvm'),
|
||||
prefixedProject('logic-jvm'),
|
||||
prefixedProject('core-api-jvm'),
|
||||
prefixedProject('core-jvm'),
|
||||
]
|
||||
|
||||
dependencies {
|
||||
|
||||
@@ -365,7 +365,7 @@ def createJsTestTask(String... subprojectNames) {
|
||||
}
|
||||
|
||||
createJsTestTask(
|
||||
'core-api-js',
|
||||
'core-js',
|
||||
'api-fluent-en_GB-js',
|
||||
'api-infix-en_GB-js',
|
||||
'fluent-en_GB-js',
|
||||
@@ -386,7 +386,7 @@ def useJupiter(String... projectNames) {
|
||||
}
|
||||
|
||||
useJupiter(
|
||||
'core-api-jvm',
|
||||
'core-jvm',
|
||||
'api-fluent-en_GB-jvm',
|
||||
'api-infix-en_GB-jvm',
|
||||
)
|
||||
|
||||
@@ -4,7 +4,7 @@ ext.jacoco_additional = [
|
||||
prefixedProject('verbs-jvm'),
|
||||
prefixedProject('translations-en_GB-jvm'),
|
||||
prefixedProject('logic-jvm'),
|
||||
prefixedProject('core-api-jvm'),
|
||||
prefixedProject('core-jvm'),
|
||||
]
|
||||
|
||||
dependencies {
|
||||
|
||||
@@ -4,5 +4,5 @@ dependencies {
|
||||
api prefixedProject('verbs-common')
|
||||
api prefixedProject('api-infix-en_GB-common')
|
||||
api prefixedProject('translations-en_GB-common')
|
||||
api prefixedProject('core-api-common')
|
||||
api prefixedProject('core-common')
|
||||
}
|
||||
|
||||
@@ -4,5 +4,5 @@ dependencies {
|
||||
api prefixedProject('verbs-js')
|
||||
api prefixedProject('api-infix-en_GB-js')
|
||||
api prefixedProject('translations-en_GB-js')
|
||||
api prefixedProject('core-api-js')
|
||||
api prefixedProject('core-js')
|
||||
}
|
||||
|
||||
@@ -4,12 +4,12 @@ ext.jacoco_additional = [
|
||||
prefixedProject('verbs-jvm'),
|
||||
prefixedProject('translations-en_GB-jvm'),
|
||||
prefixedProject('logic-jvm'),
|
||||
prefixedProject('core-api-jvm'),
|
||||
prefixedProject('core-jvm'),
|
||||
]
|
||||
|
||||
dependencies {
|
||||
api prefixedProject('verbs-jvm')
|
||||
api prefixedProject('api-infix-en_GB-jvm')
|
||||
api prefixedProject('translations-en_GB-jvm')
|
||||
api prefixedProject('core-api-jvm')
|
||||
api prefixedProject('core-jvm')
|
||||
}
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user