org.codenarc.test.TestUtil Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of CodeNarc Show documentation
Show all versions of CodeNarc Show documentation
The CodeNarc project provides a static analysis tool for Groovy code.
package org.codenarc.test;
import java.lang.*;
import java.io.*;
import java.net.*;
import java.util.*;
import groovy.lang.*;
import groovy.util.*;
public class TestUtil
extends java.lang.Object implements
groovy.lang.GroovyObject {
public TestUtil
() {}
public groovy.lang.MetaClass getMetaClass() { return (groovy.lang.MetaClass)null;}
public void setMetaClass(groovy.lang.MetaClass mc) { }
public java.lang.Object invokeMethod(java.lang.String method, java.lang.Object arguments) { return null;}
public java.lang.Object getProperty(java.lang.String property) { return null;}
public void setProperty(java.lang.String property, java.lang.Object value) { }
public static java.lang.String shouldFail(java.lang.Class expectedExceptionClass, groovy.lang.Closure code) { return (java.lang.String)null;}
public static java.lang.String shouldFail(groovy.lang.Closure code) { return (java.lang.String)null;}
public static java.lang.String shouldFailWithMessageContaining(java.lang.Class expectedExceptionClass, java.lang.String expectedText, groovy.lang.Closure code) { return (java.lang.String)null;}
public static void shouldFailWithMessageContaining(java.lang.Object text, groovy.lang.Closure closure) { }
public static boolean containsAll(java.lang.String text, java.lang.Object strings) { return (boolean)false;}
public static void assertContainsAll(java.lang.String text, java.lang.Object strings) { }
public static void assertContainsAllInOrder(java.lang.String text, java.lang.Object strings) { }
public static void assertEqualSets(java.util.Collection collection1, java.util.Collection collection2) { }
public static java.lang.String captureSystemOut(groovy.lang.Closure closure) { return (java.lang.String)null;}
public static java.util.List captureLog4JMessages(groovy.lang.Closure closure) { return (java.util.List)null;}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy