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

j8spec.BlockExecutionFlag Maven / Gradle / Ivy

Go to download

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
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy