| Class and Description |
|---|
| org.axonframework.test.utils.AutowiredResourceInjector
in favor of the
SimpleResourceInjector |
| org.axonframework.test.aggregate.StubAggregateLifecycleRule
in favor of
StubAggregateLifecycleExtension to be used in
combination with Junit 5 |
| Method and Description |
|---|
| org.axonframework.test.aggregate.TestExecutor.andThenTimeAdvancesTo(Instant)
in favor of
TestExecutor.whenThenTimeAdvancesTo(Instant). This function incorrectly suggests you can
proceed with other operations after calling it, which is made impossible due to the ResultValidator
return type |
| org.axonframework.test.aggregate.TestExecutor.andThenTimeElapses(Duration)
in favor of
TestExecutor.whenThenTimeElapses(Duration). This function incorrectly suggests you can
proceed with other operations after calling it, which is made impossible due to the ResultValidator
return type |
Copyright © 2010–2022. All rights reserved.