
nuggets.benchmark.Test Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jadex-nuggets Show documentation
Show all versions of jadex-nuggets Show documentation
The Jadex nuggets is a fast Java bean to
XML and back converter.
The newest version!
package nuggets.benchmark;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.HashSet;
import java.util.List;
import java.util.Map;
import java.util.Set;
import nuggets.Nuggets;
/**
* Testcases for writer and reader.
*/
public class Test //extends TestCase
{
//-------- methods --------
/**
* Main for testing single methods.
*/
public static void main(String[] args)
{
Test t = new Test();
try
{
int cnt = 1000;
long start = System.currentTimeMillis();
for(int i=0; i
© 2015 - 2025 Weber Informatics LLC | Privacy Policy