Class DomainSpecification

    • Constructor Detail

      • DomainSpecification

        public DomainSpecification()
    • Method Detail

      • test

        @NonNull
        public abstract DomainSpecification.Result test​(@NonNull
                                                        DomainRequirement scope)
        Tests the scope against this specification.
        Parameters:
        scope - the scope to test.
        Returns:
        the result of the test.