org.kuali.student.common.util
Class TestManifestInspector

java.lang.Object
  extended by org.kuali.student.common.util.TestManifestInspector

public class TestManifestInspector
extends Object


Field Summary
(package private)  String buildNumber
           
(package private)  String name
           
(package private)  String timestamp
           
(package private)  String version
           
 
Constructor Summary
TestManifestInspector()
           
 
Method Summary
 void testEmptyManifest()
           
 void testFullBuildInfo()
           
 void testNoBuildNumberManifest()
           
 void testNullManifest()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

String name

version

String version

timestamp

String timestamp

buildNumber

String buildNumber
Constructor Detail

TestManifestInspector

public TestManifestInspector()
Method Detail

testNullManifest

public void testNullManifest()
                      throws Exception
Throws:
Exception

testEmptyManifest

public void testEmptyManifest()
                       throws Exception
Throws:
Exception

testNoBuildNumberManifest

public void testNoBuildNumberManifest()
                               throws Exception
Throws:
Exception

testFullBuildInfo

public void testFullBuildInfo()
                       throws Exception
Throws:
Exception


Copyright © 2007-2011 The Kuali Foundation. All Rights Reserved.