| org.apache.poi.hslf.usermodel.TestSlideOrdering
TestSlideOrdering | public class TestSlideOrdering extends TestCase (Code) | | Tests that SlideShow returns Sheets in the right order
author: Nick Burch (nick at torchbox dot com) |
assertSlideOrdering | protected void assertSlideOrdering(String filename, String[] titles) throws Exception(Code) | | Assert that the order of slides is correct.
Parameters: filename - file name of the slide show to assert Parameters: titles - array of reference slide titles |
testComplexCase | public void testComplexCase() throws Exception(Code) | | Test the complex case - record order differs from slide order
|
testSimpleCase | public void testSimpleCase() throws Exception(Code) | | Test the simple case - record order matches slide order
|
|
|