- com.google.java.contract - package com.google.java.contract
-
- configure(ContractEnvironment) - Method in interface com.google.java.contract.ContractEnvironmentConfigurator
-
Configures the contract environment.
- ContractAssertionError - Error in com.google.java.contract
-
Base class for contract assertion errors.
- ContractAssertionError(String) - Constructor for error com.google.java.contract.ContractAssertionError
-
Constructs a new ContractAssertionError.
- ContractAssertionError(String, Throwable) - Constructor for error com.google.java.contract.ContractAssertionError
-
Constructs a new ContractAssertionError.
- ContractAssertionError(String, ContractAssertionError) - Constructor for error com.google.java.contract.ContractAssertionError
-
Constructs a new ContractAssertionError.
- ContractAssertionError(String, ContractAssertionError, Throwable) - Constructor for error com.google.java.contract.ContractAssertionError
-
Constructs a new ContractAssertionError.
- ContractEnvironment - Interface in com.google.java.contract
-
An object that exposes methods to alter the contracting
environment.
- ContractEnvironmentConfigurator - Interface in com.google.java.contract
-
An object that can be called by Contracts for Java to configure the
contract environment.