Methods run, sorted chronologically

>> means before, << means after


Default suite

(Hover the method name to see the test class name)

TimeDelta (ms)Suite
configuration
Test
configuration
Class
configuration
Groups
configuration
Method
configuration
Test
method
ThreadInstances
15/07/28 22:45:19 0     >>setUp   main@257895351
15/07/28 22:45:19 3      optional_spec104_mustSignalOnErrorWhenFails main@257895351
15/07/28 22:45:19 12     >>setUp   main@257895351
15/07/28 22:45:19 12      optional_spec105_emptyStreamMustTerminateBySignallingOnComplete main@257895351
15/07/28 22:45:19 408     >>setUp   main@257895351
15/07/28 22:45:19 408      optional_spec111_maySupportMultiSubscribe main@257895351
15/07/28 22:45:19 412     >>setUp   main@257895351
15/07/28 22:45:19 412      optional_spec111_multicast_mustProduceTheSameElementsInTheSameSequenceToAllOfItsSubscribersWhenRequestingManyUpfront main@257895351
15/07/28 22:45:19 416     >>setUp   main@257895351
15/07/28 22:45:19 416      optional_spec111_multicast_mustProduceTheSameElementsInTheSameSequenceToAllOfItsSubscribersWhenRequestingManyUpfrontAndCompleteAsExpected main@257895351
15/07/28 22:45:19 420     >>setUp   main@257895351
15/07/28 22:45:19 420      optional_spec111_multicast_mustProduceTheSameElementsInTheSameSequenceToAllOfItsSubscribersWhenRequestingOneByOne main@257895351
15/07/28 22:45:19 425     >>setUp   main@257895351
15/07/28 22:45:19 425      required_createPublisher1MustProduceAStreamOfExactly1Element main@257895351
15/07/28 22:45:19 433     >>setUp   main@257895351
15/07/28 22:45:19 433      required_createPublisher3MustProduceAStreamOfExactly3Elements main@257895351
15/07/28 22:45:19 436     >>setUp   main@257895351
15/07/28 22:45:19 436      required_spec101_subscriptionRequestMustResultInTheCorrectNumberOfProducedElements main@257895351
15/07/28 22:45:20 1356     >>setUp   main@257895351
15/07/28 22:45:20 1357      required_spec102_maySignalLessThanRequestedAndTerminateSubscription main@257895351
15/07/28 22:45:20 1361     >>setUp   main@257895351
15/07/28 22:45:20 1361      required_spec105_mustSignalOnCompleteWhenFiniteStreamTerminates main@257895351
15/07/28 22:45:20 1668     >>setUp   main@257895351
15/07/28 22:45:20 1669      required_spec107_mustNotEmitFurtherSignalsOnceOnCompleteHasBeenSignalled main@257895351
15/07/28 22:45:21 1976     >>setUp   main@257895351
15/07/28 22:45:21 1976      required_spec109_mayRejectCallsToSubscribeIfPublisherIsUnableOrUnwillingToServeThemRejectionMustTriggerOnErrorAfterOnSubscribe main@257895351
15/07/28 22:45:21 1978     >>setUp   main@257895351
15/07/28 22:45:21 1978      required_spec109_mustIssueOnSubscribeForNonNullSubscriber main@257895351
15/07/28 22:45:21 1980     >>setUp   main@257895351
15/07/28 22:45:21 1980      required_spec109_subscribeThrowNPEOnNullSubscriber main@257895351
15/07/28 22:45:21 1986     >>setUp   main@257895351
15/07/28 22:45:21 1986      required_spec302_mustAllowSynchronousRequestCallsFromOnNextAndOnSubscribe main@257895351
15/07/28 22:45:21 2296     >>setUp   main@257895351
15/07/28 22:45:21 2297      required_spec303_mustNotAllowUnboundedRecursion main@257895351
15/07/28 22:45:21 2308     >>setUp   main@257895351
15/07/28 22:45:21 2308      required_spec306_afterSubscriptionIsCancelledRequestMustBeNops main@257895351
15/07/28 22:45:21 2619     >>setUp   main@257895351
15/07/28 22:45:21 2619      required_spec307_afterSubscriptionIsCancelledAdditionalCancelationsMustBeNops main@257895351
15/07/28 22:45:22 2926     >>setUp   main@257895351
15/07/28 22:45:22 2926      required_spec309_requestNegativeNumberMustSignalIllegalArgumentException main@257895351
15/07/28 22:45:22 3232     >>setUp   main@257895351
15/07/28 22:45:22 3232      required_spec309_requestZeroMustSignalIllegalArgumentException main@257895351
15/07/28 22:45:22 3539     >>setUp   main@257895351
15/07/28 22:45:22 3539      required_spec312_cancelMustMakeThePublisherToEventuallyStopSignaling main@257895351
15/07/28 22:45:23 4147     >>setUp   main@257895351
15/07/28 22:45:23 4147      required_spec313_cancelMustMakeThePublisherEventuallyDropAllReferencesToTheSubscriber main@257895351
15/07/28 22:45:23 4471     >>setUp   main@257895351
15/07/28 22:45:23 4471      required_spec317_mustNotSignalOnErrorWhenPendingAboveLongMaxValue main@257895351
15/07/28 22:45:24 4777     >>setUp   main@257895351
15/07/28 22:45:24 4777      required_spec317_mustSupportACumulativePendingElementCountUpToLongMaxValue main@257895351
15/07/28 22:45:24 4779     >>setUp   main@257895351
15/07/28 22:45:24 4779      required_spec317_mustSupportAPendingElementCountUpToLongMaxValue main@257895351
15/07/28 22:45:24 4781     >>setUp   main@257895351
15/07/28 22:45:24 4781      required_validate_boundedDepthOfOnNextAndRequestRecursion main@257895351
15/07/28 22:45:24 4782     >>setUp   main@257895351
15/07/28 22:45:24 4782      required_validate_maxElementsFromPublisher main@257895351
15/07/28 22:45:24 4783     >>setUp   main@257895351
15/07/28 22:45:24 4783      stochastic_spec103_mustSignalOnMethodsSequentially main@257895351
15/07/28 22:45:24 4856     >>setUp   main@257895351
15/07/28 22:45:24 4856      untested_spec106_mustConsiderSubscriptionCancelledAfterOnErrorOrOnCompleteHasBeenCalled main@257895351
15/07/28 22:45:24 4857     >>setUp   main@257895351
15/07/28 22:45:24 4857      untested_spec107_mustNotEmitFurtherSignalsOnceOnErrorHasBeenSignalled main@257895351
15/07/28 22:45:24 4858     >>setUp   main@257895351
15/07/28 22:45:24 4858      untested_spec108_possiblyCanceledSubscriptionShouldNotReceiveOnErrorOrOnCompleteSignals main@257895351
15/07/28 22:45:24 4860     >>setUp   main@257895351
15/07/28 22:45:24 4860      untested_spec109_subscribeShouldNotThrowNonFatalThrowable main@257895351
15/07/28 22:45:24 4861     >>setUp   main@257895351
15/07/28 22:45:24 4861      untested_spec110_rejectASubscriptionRequestIfTheSameSubscriberSubscribesTwice main@257895351
15/07/28 22:45:24 4862     >>setUp   main@257895351
15/07/28 22:45:24 4862      untested_spec304_requestShouldNotPerformHeavyComputations main@257895351
15/07/28 22:45:24 4862     >>setUp   main@257895351
15/07/28 22:45:24 4862      untested_spec305_cancelMustNotSynchronouslyPerformHeavyCompuatation main@257895351