Class OperationIdIdentificationStrategyTest


  • @UnitTest
    public class OperationIdIdentificationStrategyTest
    extends java.lang.Object
    Unit tests for );
    • Constructor Detail

      • OperationIdIdentificationStrategyTest

        public OperationIdIdentificationStrategyTest()
    • Method Detail

      • setUp

        public void setUp()
      • testThrowExceptionWhenNullEndpointDataContext

        public void testThrowExceptionWhenNullEndpointDataContext()
      • testFindEndpointIdByNicknameOfApiOperation

        public void testFindEndpointIdByNicknameOfApiOperation()
                                                        throws java.lang.NoSuchMethodException
        Throws:
        java.lang.NoSuchMethodException
      • testFindEndpointIdForMethodWithRequestMapping

        public void testFindEndpointIdForMethodWithRequestMapping()
                                                           throws java.lang.NoSuchMethodException
        Throws:
        java.lang.NoSuchMethodException
      • testFindEndpointIdForMethodWithGetMapping

        public void testFindEndpointIdForMethodWithGetMapping()
                                                       throws java.lang.NoSuchMethodException
        Throws:
        java.lang.NoSuchMethodException
      • testFindEndpointIdForMethodWithPOSTRequestMapping

        public void testFindEndpointIdForMethodWithPOSTRequestMapping()
                                                               throws java.lang.NoSuchMethodException
        Throws:
        java.lang.NoSuchMethodException
      • testFindEndpointIdForMethodWithInvalidApiOperation

        public void testFindEndpointIdForMethodWithInvalidApiOperation()
                                                                throws java.lang.NoSuchMethodException
        Throws:
        java.lang.NoSuchMethodException
      • testEndpointIdIsNotFoundForMethodWithoutAnyValidAnnotation

        public void testEndpointIdIsNotFoundForMethodWithoutAnyValidAnnotation()
                                                                        throws java.lang.NoSuchMethodException
        Throws:
        java.lang.NoSuchMethodException
      • testEndpointIdCacheExistsAndIsEmpty

        public void testEndpointIdCacheExistsAndIsEmpty()
      • testEndpointIdIsCached

        public void testEndpointIdIsCached()
                                    throws java.lang.NoSuchMethodException
        Throws:
        java.lang.NoSuchMethodException