org.kuali.student.common.ui.server.screenreport
Class TestScreenReport

java.lang.Object
  extended by org.kuali.student.common.ui.server.screenreport.TestScreenReport

public class TestScreenReport
extends Object


Field Summary
private  List<ExportElement> dataList
           
private  Data dataMap
           
 
Constructor Summary
TestScreenReport()
           
 
Method Summary
private  void printToFile(byte[] bytes, String fileName)
           
private  void removeEmptyElements(ExportElement parent, List<ExportElement> elements)
           
 void setup()
           
 void testAnalysisReport()
           
 void testScreenReport()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

dataMap

private Data dataMap

dataList

private List<ExportElement> dataList
Constructor Detail

TestScreenReport

public TestScreenReport()
Method Detail

setup

public void setup()

testScreenReport

public void testScreenReport()

testAnalysisReport

public void testAnalysisReport()

removeEmptyElements

private void removeEmptyElements(ExportElement parent,
                                 List<ExportElement> elements)

printToFile

private void printToFile(byte[] bytes,
                         String fileName)


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