Searched refs:Behaviour (Results 1 - 4 of 4) sorted by relevance

/external/littlemock/src/com/google/testing/littlemock/
H A DBehaviour.java24 public interface Behaviour { interface
H A DLittleMock.java113 /** Generates a {@link Behaviour} suitable for void methods. */
114 public static Behaviour doNothing() { return doReturn(null); }
116 /** Generates a {@link Behaviour} that returns the given result. */
117 public static <T> Behaviour doReturn(final T result) {
127 * Gets a {@link Behaviour} that will execute the given {@link Callable} and return its result.
129 public static <T> Behaviour doAnswer(final Callable<T> callable) {
138 /** Returns a {@link Behaviour} that throws the given {@link Throwable}. */
139 public static <T extends Throwable> Behaviour doThrow(final T exception) {
490 /** Implementation of {@link Behaviour}. */
491 private static class BehaviourImpl implements Behaviour {
[all...]
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime.Tests/
H A DRewriteRuleXxxxStreamFixture.cs92 #region Empty Behaviour
187 #region Behaviour with Elements
/external/llvm/lib/Analysis/IPA/
H A DGlobalsModRef.cpp466 ModRefBehavior Behaviour = AliasAnalysis::getModRefBehavior(Callee); local
467 FunctionEffect |= (Behaviour & ModRef);

Completed in 161 milliseconds