Class AcyclicCallGraphBuilderTest

    • Constructor Detail

      • AcyclicCallGraphBuilderTest

        public AcyclicCallGraphBuilderTest()
    • Method Detail

      • testDiamondGraph

        public void testDiamondGraph()
                              throws java.lang.Exception
        Throws:
        java.lang.Exception
      • test3SidedDiamondGraph

        public void test3SidedDiamondGraph()
                                    throws java.lang.Exception
        Throws:
        java.lang.Exception
      • testSimpleCycle

        public void testSimpleCycle()
                             throws java.lang.Exception
        Throws:
        java.lang.Exception
      • testNodeWithSelfCycle

        public void testNodeWithSelfCycle()
                                   throws java.lang.Exception
        Throws:
        java.lang.Exception
      • testWhereFirstNodeIsNotRoot

        public void testWhereFirstNodeIsNotRoot()
                                         throws java.lang.Exception
        Throws:
        java.lang.Exception
      • testSimpleThunks

        public void testSimpleThunks()
                              throws java.lang.Exception
        Throws:
        java.lang.Exception
      • testKilledThunks

        public void testKilledThunks()
                              throws java.lang.Exception
        Throws:
        java.lang.Exception
      • testRecurseThruThunk

        public void testRecurseThruThunk()
                                  throws java.lang.Exception
        Throws:
        java.lang.Exception