|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| ILegacyMethods | Line # 7 | 0 | 0 | - |
-1.0
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| No Tests | |||
| 1 | /* | |
| 2 | * Copyright (c) 2001-2008 OFFIS, Tammo Freese. | |
| 3 | * This program is made available under the terms of the MIT License. | |
| 4 | */ | |
| 5 | package org.easymock.internal; | |
| 6 | ||
| 7 | public interface ILegacyMethods extends ILegacyMatcherMethods { | |
| 8 | void setDefaultReturnValue(Object value); | |
| 9 | ||
| 10 | void setDefaultThrowable(Throwable throwable); | |
| 11 | ||
| 12 | void setDefaultVoidCallable(); | |
| 13 | } | |
|
||||||||||