Robert Stoll

Results 150 comments of Robert Stoll

Good, it's hacktoberfest. There is a high chance someone else has time

@jGleitz a year later and this bug is still open. By now one can also the following as workaround: ``` expect(Pojo()).its { isBoolVal }.toEqual(true) ``` and Path.toBeAbsolute exists. No one...

Thanks for the report, I'll look into it later on. What I can say already is that Atrium is not generating the stack trace. We only create the AtriumError and...

It was like I thought, the problem is Kotlin if you want or rather inlining. The stacktrace points to the generate JVM class SampleTest where the line is actually correct:...

I am currently refactoring IterableAssertions to IterableLikeAssertions, which means they can be used by Sequence or Array types on the logic level. Then there is only one step left to...

Since 0.13.0, you can now pass Sequence and Array types to places where we expected `Iterable` so far. For instance to `containsElementsOf(...)`

Thanks for bringing this one up. So far I did not get any feedback that people would like to use Atrium for iOS or another native platform. I will look...

@Sxtanna thanks for the feedback. In case you have time and would like to contribute, we first need to migrate Atrium to the new MPP plugin in order to be...

@Sxtanna great, I suggest you have a look at https://github.com/robstoll/atrium/issues/744 first. I'll try to help you so that you can do already some part of the migration. Migrating everything at...

and share it with use afterwards :slightly_smiling_face: how about we introduce: ``` expect { }.toThrowWhenRunning() ``` ? (open for better names)