Skip to content
This repository has been archived by the owner on Jul 26, 2022. It is now read-only.

Commit

Permalink
Removing no longer valid tests
Browse files Browse the repository at this point in the history
  • Loading branch information
pimotte committed Jul 29, 2014
1 parent 0602921 commit 9a07897
Showing 1 changed file with 0 additions and 10 deletions.
Expand Up @@ -31,16 +31,6 @@
*/
public class PluginOptionSpecTest {

@Test(expected=IllegalArgumentException.class)
public void optionalSensitiveTest() {
new PluginOptionSpec("id", "desc", ValueType.STRING, false, true, null);
}

@Test(expected=IllegalArgumentException.class)
public void optionalNoDefaultTest() {
new PluginOptionSpec("id", "desc", ValueType.STRING, false, false, null);
}

@Test
public void nonSetMandatoryTest() {
PluginOptionSpec pluginOptionSpec = new PluginOptionSpec("id", "desc", ValueType.STRING, true, true, null);
Expand Down

0 comments on commit 9a07897

Please sign in to comment.