robstoll
03/30/2021, 5:38 PMto + infinitive
naming but 0.17.0 will. If you have input on naming then don't hesitate to participate. See https://github.com/robstoll/atrium-roadmap/issues/93 for the discussion.robstoll
03/30/2021, 6:38 PMits
which has a way simpler syntax than feature
at the cost of a poorer error report. Check it out and let me know what you think about itrobstoll
04/06/2021, 6:26 AMStragaSevera
05/30/2021, 10:27 AMtransactions.forEach { expect(it.state).toBe(TransactionState.ACCEPTED) }
robstoll
05/30/2021, 10:57 AMexpect(transactions.map { it.state }).all { toBe(...) }
But I would suggest the following so that you see the specific transaction where the state is wrong in the error report:
expect(transactions).all { its { state }.toBe(...) }
StragaSevera
05/30/2021, 11:06 AMrobstoll
05/30/2021, 11:17 AMrobstoll
07/16/2021, 7:03 PMSohel Shaikh
10/04/2021, 3:31 PMrobstoll
10/26/2021, 8:05 PMrobstoll
04/25/2022, 7:51 PMto + infinitive
schema as well:
https://github.com/robstoll/atrium/releases/tag/v0.18.0
Thanks to the contributorsDirk van Wijk
05/02/2022, 12:40 PMrobstoll
05/02/2022, 12:41 PMHyper Nova
10/12/2022, 9:53 AMrobstoll
10/12/2022, 11:20 AM./gradlew :atrium-fluent-en_GB-smoke-test:build
(might be the project name is slightly different, I am writing from the top of my head)Hyper Nova
10/12/2022, 12:59 PMKishan Patel
10/15/2022, 7:55 PMrobstoll
12/29/2022, 7:50 PMrobstoll
05/02/2023, 8:35 PMTanbir Ali
05/04/2023, 5:48 PMTanbir Ali
05/12/2023, 7:09 PMfun <T> Expect<T>.notToBeAnInstanceOf(expected: T): Expect<T> = _logicAppend { toBe(expected) }
I have followed the tobe function as in anyExceptions.kt
fun <T> Expect<T>.toEqual(expected: T): Expect<T> = _logicAppend { toBe(expected) }
Tanbir Ali
05/12/2023, 7:09 PMTanbir Ali
05/14/2023, 7:01 PMrobstoll
05/29/2023, 7:20 PMAnmol Agrawal
07/13/2023, 2:22 PMAnmol Agrawal
07/13/2023, 2:22 PMAnmol Agrawal
07/19/2023, 5:16 PMrobstoll
10/31/2023, 10:35 PMrobstoll
03/26/2024, 8:25 AMrobstoll
12/29/2024, 5:05 PM