j8spec.BlockExecutionFlag Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of j8spec Show documentation
Show all versions of j8spec Show documentation
Library that allows tests written in Java to follow the BDD style introduced by RSpec and Jasmine.
The newest version!
package j8spec;
enum BlockExecutionFlag {
IGNORED,
DEFAULT,
FOCUSED
}