plantuml-server/src/test/java/net/sourceforge/plantuml/servlet/TestUtils.java

24 lines
418 B
Java

package net.sourceforge.plantuml.servlet;
/**
* Utility class for the unit tests
*/
public abstract class TestUtils {
/*
* Theses strings are the compressed form of a PlantUML diagram.
*/
/*
* version
*/
public static final String VERSION = "AqijAixCpmC0";
/*
* Bob -> Alice : hello
*/
public static final String SEQBOB = "SyfFKj2rKt3CoKnELR1Io4ZDoSa70000";
}