public class

ParserHelperTest

extends Object
java.lang.Object
   ↳ org.rundeck.api.parser.ParserHelperTest

Class Overview

Test the ParserHelper

Summary

Public Constructors
ParserHelperTest()
Public Methods
void loadEmptyDocument()
XML with no result should NOT throw an exception
void loadErrorDocument()
XML with an explicit "error" result should throw an exception
void loadSuccessDocument()
XML with an explicit "success" result should NOT throw an exception
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public ParserHelperTest ()

Public Methods

public void loadEmptyDocument ()

XML with no result should NOT throw an exception

Throws
Exception

public void loadErrorDocument ()

XML with an explicit "error" result should throw an exception

Throws
Exception

public void loadSuccessDocument ()

XML with an explicit "success" result should NOT throw an exception

Throws
Exception