Computes the intersection between two tests. @param test other test @return intersection if it exists, null otherwise
(Test test)
| 157 | * @return intersection if it exists, {@code null} otherwise |
| 158 | */ |
| 159 | public abstract Test intersect(Test test); |
| 160 | |
| 161 | /** |
| 162 | * Returns a string representation of this test. |