All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.shakespeareframework.testing.package-info Maven / Gradle / Ivy

There is a newer version: 0.8.2
Show newest version
/**
 * 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