Class TestSimplePageCallGraphShapeRhino


  • public abstract class TestSimplePageCallGraphShapeRhino
    extends com.ibm.wala.cast.js.test.TestSimplePageCallGraphShape
    • Nested Class Summary

      • Nested classes/interfaces inherited from class com.ibm.wala.cast.util.test.TestCallGraphShape

        com.ibm.wala.cast.util.test.TestCallGraphShape.Name
    • Field Summary

      • Fields inherited from class com.ibm.wala.cast.js.test.TestSimplePageCallGraphShape

        assertionsForSkeleton, assertionsForSkeleton2
      • Fields inherited from class com.ibm.wala.cast.util.test.TestCallGraphShape

        ROOT
    • Method Summary

      All Methods Instance Methods Abstract Methods Concrete Methods 
      Modifier and Type Method Description
      protected abstract com.ibm.wala.cast.js.html.IHtmlParser getParser()  
      void setUp()  
      void testJSParseError()  
      void testPage3()  
      • Methods inherited from class com.ibm.wala.cast.js.test.TestSimplePageCallGraphShape

        tearDown, testApolloExample, testCrawlPage11, testCrawlPage11b, testCrawlPage12, testCrawlPage13, testCrawlPage15, testCrawlPage16, testCrawlPage17, testIframeTest2, testList, testNojs, testPage1, testPage2, testPage4, testSkeleton, testSkeleton2, testWindowOnload, testWindowx
      • Methods inherited from class com.ibm.wala.cast.js.test.TestJSCallGraphShape

        getNodes
      • Methods inherited from class com.ibm.wala.cast.util.test.TestCallGraphShape

        verifyCFGAssertions, verifyGraphAssertions, verifyNameAssertions, verifyNoEdges, verifySourceAssertions
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • TestSimplePageCallGraphShapeRhino

        public TestSimplePageCallGraphShapeRhino()
    • Method Detail

      • testPage3

        @Test
        public void testPage3()
                       throws java.lang.IllegalArgumentException,
                              com.ibm.wala.util.CancelException,
                              com.ibm.wala.util.WalaException
        Throws:
        java.lang.IllegalArgumentException
        com.ibm.wala.util.CancelException
        com.ibm.wala.util.WalaException
      • testJSParseError

        @Test
        public void testJSParseError()
      • getParser

        protected abstract com.ibm.wala.cast.js.html.IHtmlParser getParser()
        Specified by:
        getParser in class com.ibm.wala.cast.js.test.TestSimplePageCallGraphShape
      • setUp

        @BeforeEach
        public void setUp()
        Overrides:
        setUp in class com.ibm.wala.cast.js.test.TestSimplePageCallGraphShape