Softwaretechnik-II/testing/AufgabeUserRegistration/reports/Crash_add7f42885b0df55084862154a1c6022ccb1f366.java

28 lines
1.6 KiB
Java

import java.lang.reflect.InvocationTargetException;
import java.lang.reflect.Method;
public class Crash_add7f42885b0df55084862154a1c6022ccb1f366 {
static final String base64Bytes = String.join("", "rO0ABXNyABNqYXZhLnV0aWwuQXJyYXlMaXN0eIHSHZnHYZ0DAAFJAARzaXpleHAAAAADdwQAAAADdABkcnJycnJycnJycnJycnJycnJycnJycnJycnJycnJycnJycnJycnJycnJycnJycnJycnJyckBSUlJSUlJSUlIucnJycnJycnJycnJycnJycnJycnJycnJycnJycnJycnJycnJycnQAA3hycnQAJV3ru7vru7vru7vru7vru7vru7vru7vru7vru7vru7vru7vru7t4");
public static void main(String[] args) throws Throwable {
Crash_add7f42885b0df55084862154a1c6022ccb1f366.class.getClassLoader().setDefaultAssertionStatus(true);
try {
Method fuzzerInitialize = UserRegistrationFuzzTest.class.getMethod("fuzzerInitialize");
fuzzerInitialize.invoke(null);
} catch (NoSuchMethodException ignored) {
try {
Method fuzzerInitialize = UserRegistrationFuzzTest.class.getMethod("fuzzerInitialize", String[].class);
fuzzerInitialize.invoke(null, (Object) args);
} catch (NoSuchMethodException ignored1) {
} catch (IllegalAccessException | InvocationTargetException e) {
e.printStackTrace();
System.exit(1);
}
} catch (IllegalAccessException | InvocationTargetException e) {
e.printStackTrace();
System.exit(1);
}
com.code_intelligence.jazzer.api.CannedFuzzedDataProvider input = new com.code_intelligence.jazzer.api.CannedFuzzedDataProvider(base64Bytes);
UserRegistrationFuzzTest.fuzzerTestOneInput(input);
}
}