Mauve (test suite)
Mauve is a project to provide a free software test suite for the Java class libraries. Mauve is developed by the members of Kaffe, GNU Classpath, GCJ, and other projects. Unlike a similar project, JUnit, Mauve is designed to run on various experimental Java virtual machines, where some features may be still missing. Because of this, Mauve does not discover the testing method by name, as JUnit does. Mauve can also be used to test the user java application, not just the core class library. Mauve is released under GNU General Public License.
Operating system | Java virtual machine |
---|---|
Type | Test Suite |
License | GNU General Public License |
Website | www |
Example
The "Hello world" example in Mauve:
// Tags: JDK1.4
public class HelloWorld implements Testlet {
// Test if 3 * 2 = 6
public void test(TestHarness harness) {
harness.check(3 * 2, 6, "Multiplication failed.");
}
}
gollark: According to the GTech™ Meanological Finite Field™, destroying statues is kind of bee, but if you could conveniently switch them out without damage it would be amazing and great.
gollark: I don't think the technology quite exists yet, but you could just make it so that the statues can change to display different people depending on public opinion.
gollark: There is a simple solution. Dynamically reprogrammable statues.
gollark: Java is popular, so there is much good software written in it. However, I think it's a flawed language in various ways.
gollark: `apiomemetics` as currently implemented is !!NOT!! competing.
See also
External links
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.