Searched refs:expect (Results 1 – 7 of 7) sorted by relevance
36 @get:Rule val expect: Expect = Expect.create() constant in platform.test.motion.golden.JsonGoldenSerializerTest38 expect in assertConversions()44 expect in assertConversions()
79 fun assertIconMovedTowardsTheCenter(old: Icon, new: Icon, expect: Expect, axis: Axis) { in <lambda>()84 expect.withMessage("Icon: ${old.name} didn't move towards the center").that(oldPosition) in <lambda>()
175 exceptionRule.expect(AssumptionViolatedException.class); in testPocTimeout()222 exceptionRule.expect(AssumptionViolatedException.class); in testBadBitness()231 exceptionRule.expect(AssertionError.class); in testAsserter()
183 exceptionThrown.expect(IllegalArgumentException.class); in testTimestampedProfileWithRepeatThrows()196 exceptionThrown.expect(IllegalArgumentException.class); in testProfileWithInvalidScenarioThrows()
103 mExpectedException.expect(InitializationError.class); in testRejectInvalidTests_notScenarios()111 mExpectedException.expect(InitializationError.class); in testRejectInvalidTests_notSupportedRunner()119 mExpectedException.expect(InitializationError.class); in testRejectInvalidTests_badRunnerBuilder()
198 mExceptionRule.expect( in capture_throwsProperStatusException_failureToOpenCapturer()216 mExceptionRule.expect( in capture_throwsProperStatusException_failureToStartCapturer()
140 illegalArgumentExceptionThrown.expect(IllegalArgumentException.class); in testInvalidOrderThrows()