package com.xrosstools.xunit; public interface XunitConstants { String XUNIT = "xunit"; String PACKAGE_ID = "packageId"; String PROPERTIES = "properties"; String CATEGORY = "category"; String DEFAULT_CATEGORY = "default"; String ENTRY = "entry"; String PROPERTY = "property"; String VALUE = "value"; String NAME = "name"; String CLASS = "class"; String REFERENCE = "reference"; String DESCRIPTION = "description"; String IMPORTS = "imports"; String IMPORT = "import"; String UNITS = "units"; String UNIT = "unit"; String TYPE = "type"; String STRUCTURE_TYPE = "structure_type"; String PROCESSOR = "processor"; String CONVERTER = "converter"; String DECORATOR = "decorator"; String DECORATOR_UNIT = "decorator_unit"; String ADAPTER = "adapter"; String ADAPTER_UNIT = "adapter_unit"; String LOCATOR = "locator"; String DEFAULT_KEY = "default_key"; String VALIDATOR = "validator"; String VALID_LABEL = "validLabel"; String INVALID_LABEL = "invalidLabel"; String CHAIN = "chain"; String BI_BRANCH = "bi_branch"; String VALID_UNIT = "valid_unit"; String INVALID_UNIT = "invalid_unit"; String BRANCH = "branch"; String BRANCH_UNIT = "branch_unit"; String KEY = "key"; String WHILE = "while"; String DO_WHILE = "do_while"; String LOOP_UNIT = "loop_unit"; }