Class AllVootTests

java.lang.Object
junit.framework.Assert
junit.framework.TestCase
edu.internet2.middleware.grouper.helper.GrouperTest
edu.internet2.middleware.grouperVoot.AllVootTests
All Implemented Interfaces:
junit.framework.Test

public class AllVootTests extends GrouperTest
Class to test all class in the VOOT connector for Grouper. This class will test all the main functionalities implemented to support VOOT protocol.
  • Constructor Details

    • AllVootTests

      public AllVootTests()
  • Method Details

    • main

      public static void main(String[] args)
      Main method to execute all tests.
      Parameters:
      args - parameters passed to main (ignored).
    • suite

      public static junit.framework.Test suite()
      Test suite containing all tests for the VOOT connector for Grouper.
      Returns:
      suite the test suite containing all tests