org.shakespeareframework.testing.package-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of testutils Show documentation
Show all versions of testutils Show documentation
Module with utils for testing other Shakespeare modules.
/**
* The testing package contains mere util classes that are useful for testing in more than one
* module.
*
* Currently there are
*
*
* - the {@link org.shakespeareframework.testing.TestTaskBuilder} to construct ad-hoc {@link
* org.shakespeareframework.Task} or {@link org.shakespeareframework.RetryableTask} objects,
* and
*
- the {@link org.shakespeareframework.testing.TestQuestionBuilder} to do the same for {@link
* org.shakespeareframework.Question} and {@link org.shakespeareframework.RetryableQuestion}
* objects.
*
*
* There is no documentation on these outside of JavaDoc as these classes should not be used by
* regular users of Shakespeare (creating Tasks and Questions), but might be useful if you want to
* author your own module containing custom Abilities or your own Reporters.
*/
package org.shakespeareframework.testing;
© 2015 - 2024 Weber Informatics LLC | Privacy Policy