Package com.eviware.soapui.impl.wsdl.panels.assertions

Examples of com.eviware.soapui.impl.wsdl.panels.assertions.AssertionListEntry


            return XQueryContainsAssertion.class;
        }

        @Override
        public AssertionListEntry getAssertionListEntry() {
            return new AssertionListEntry(XQueryContainsAssertion.ID, XQueryContainsAssertion.LABEL,
                    XQueryContainsAssertion.DESCRIPTION);
        }
View Full Code Here


            return SimpleContainsAssertion.class;
        }

        @Override
        public AssertionListEntry getAssertionListEntry() {
            return new AssertionListEntry(SimpleContainsAssertion.ID, SimpleContainsAssertion.LABEL,
                    SimpleContainsAssertion.DESCRIPTION);
        }
View Full Code Here

            return SchemaComplianceAssertion.class;
        }

        @Override
        public AssertionListEntry getAssertionListEntry() {
            return new AssertionListEntry(SchemaComplianceAssertion.ID, SchemaComplianceAssertion.LABEL,
                    SchemaComplianceAssertion.DESCRIPTION);
        }
View Full Code Here

            return AssertionCategoryMapping.STATUS_CATEGORY;
        }

        @Override
        public AssertionListEntry getAssertionListEntry() {
            return new AssertionListEntry(HttpDownloadAllResourcesAssertion.ID, HttpDownloadAllResourcesAssertion.LABEL,
                    HttpDownloadAllResourcesAssertion.DESCRIPTION);
        }
View Full Code Here

            return GroovyScriptAssertion.class;
        }

        @Override
        public AssertionListEntry getAssertionListEntry() {
            return new AssertionListEntry(GroovyScriptAssertion.ID, GroovyScriptAssertion.LABEL,
                    GroovyScriptAssertion.DESCRIPTION);
        }
View Full Code Here

            return SimpleNotContainsAssertion.class;
        }

        @Override
        public AssertionListEntry getAssertionListEntry() {
            return new AssertionListEntry(SimpleNotContainsAssertion.ID, SimpleNotContainsAssertion.LABEL,
                    SimpleNotContainsAssertion.DESCRIPTION);
        }
View Full Code Here

            return XPathContainsAssertion.class;
        }

        @Override
        public AssertionListEntry getAssertionListEntry() {
            return new AssertionListEntry(XPathContainsAssertion.ID, XPathContainsAssertion.LABEL,
                    XPathContainsAssertion.DESCRIPTION);
        }
View Full Code Here

            return ResponseSLAAssertion.class;
        }

        @Override
        public AssertionListEntry getAssertionListEntry() {
            return new AssertionListEntry(ResponseSLAAssertion.ID, ResponseSLAAssertion.LABEL,
                    ResponseSLAAssertion.DESCRIPTION);
        }
View Full Code Here

            return InvalidHttpStatusCodesAssertion.class;
        }

        @Override
        public AssertionListEntry getAssertionListEntry() {
            return new AssertionListEntry(InvalidHttpStatusCodesAssertion.ID, InvalidHttpStatusCodesAssertion.LABEL,
                    InvalidHttpStatusCodesAssertion.DESCRIPTION);
        }
View Full Code Here

            return SensitiveInfoExposureAssertion.class;
        }

        @Override
        public AssertionListEntry getAssertionListEntry() {
            return new AssertionListEntry(SensitiveInfoExposureAssertion.ID, SensitiveInfoExposureAssertion.LABEL,
                    SensitiveInfoExposureAssertion.DESCRIPTION);
        }
View Full Code Here

TOP

Related Classes of com.eviware.soapui.impl.wsdl.panels.assertions.AssertionListEntry

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.