1
0
mirror of https://github.com/octoleo/plantuml-server.git synced 2024-06-08 03:10:52 +00:00
plantuml-server/src/test/java/net/sourceforge/plantuml/servlet/TestUtils.java

24 lines
419 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";
}