com.nu.art.modular.tests.AsyncTestException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of module-manager Show documentation
Show all versions of module-manager Show documentation
A collection of core tools I use
package com.nu.art.modular.tests;
class AsyncTestException
extends RuntimeException {
public AsyncTestException() {
super("Error in tests");
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy