Hi there,
I have a simulation setUp which is made of 2 parts:
setUp(
createData.inject(
injectionModel
).andThen(
stdList.inject(
injectionModel
)
))
The first part creates data that will be consumed, and thus I dont want to put assertions on this first part.
What is the best way to do it ?
I thought about groups (I dont know what groups are useful for) and I think about using assertions(details(mygroup)…) as explained in the documentation.
But something calls out on me: when assertion(details) is used, are the statistics calculated for from all requests or for each individual request ? The documentation says :
- global: use statistics calculated from all requests.
- forAll: use statistics calculated for each individual request.
- details(path): use statistics calculated from a group or a request. The path is defined like a Unix filesystem path.
In my opinion, using details should not exlude the possibility to either chose to aggregate all statistics or to calculate them for each request.
Thank you in advance for your help.
Terry
This e-mail and any attachment are confidential and intended solely for the use of the individual to whom it is addressed. If you are not the intended recipient, please telephone or email the sender and delete this message and any attachment from your system. Unauthorized publication, use, dissemination, forwarding, printing or copying of this e-mail and its associated attachments is strictly prohibited.
Let’s respect the environment together. Only print this message if necessary.