CS计算机代考程序代写 Java ant META-INF/MANIFEST.MF

META-INF/MANIFEST.MF

LICENSE.txt

org/hamcrest/BaseDescription.class

org/hamcrest/BaseMatcher.class

org/hamcrest/Condition$1.class

org/hamcrest/Condition$Matched.class

org/hamcrest/Condition$NotMatched.class

org/hamcrest/Condition$Step.class

org/hamcrest/Condition.class

org/hamcrest/CoreMatchers.class

org/hamcrest/CustomMatcher.class

org/hamcrest/CustomTypeSafeMatcher.class

org/hamcrest/Description$NullDescription.class

org/hamcrest/Description.class

org/hamcrest/DiagnosingMatcher.class

org/hamcrest/Factory.class

org/hamcrest/FeatureMatcher.class

org/hamcrest/Matcher.class

org/hamcrest/MatcherAssert.class

org/hamcrest/SelfDescribing.class

org/hamcrest/StringDescription.class

org/hamcrest/TypeSafeDiagnosingMatcher.class

org/hamcrest/TypeSafeMatcher.class

org/hamcrest/core/AllOf.class

org/hamcrest/core/AnyOf.class

org/hamcrest/core/CombinableMatcher$CombinableBothMatcher.class

org/hamcrest/core/CombinableMatcher$CombinableEitherMatcher.class

org/hamcrest/core/CombinableMatcher.class

org/hamcrest/core/DescribedAs.class

org/hamcrest/core/Every.class

org/hamcrest/core/Is.class

org/hamcrest/core/IsAnything.class

org/hamcrest/core/IsCollectionContaining.class

org/hamcrest/core/IsEqual.class

org/hamcrest/core/IsInstanceOf.class

org/hamcrest/core/IsNot.class

org/hamcrest/core/IsNull.class

org/hamcrest/core/IsSame.class

org/hamcrest/core/ShortcutCombination.class

org/hamcrest/core/StringContains.class

org/hamcrest/core/StringEndsWith.class

org/hamcrest/core/StringStartsWith.class

org/hamcrest/core/SubstringMatcher.class

org/hamcrest/internal/ArrayIterator.class

org/hamcrest/internal/ReflectiveTypeFinder.class

org/hamcrest/internal/SelfDescribingValue.class

org/hamcrest/internal/SelfDescribingValueIterator.class

Manifest-Version: 1.0
Ant-Version: Apache Ant 1.8.1
Created-By: 1.6.0_33-b03 (Sun Microsystems Inc.)
Implementation-Title: hamcrest-core
Implementation-Vendor: hamcrest.org
Implementation-Version: 1.3
Built-By: tom
Built-Date: 2012-07-09 19:49:34

BSD License

Copyright (c) 2000-2006, www.hamcrest.org
All rights reserved.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:

Redistributions of source code must retain the above copyright notice, this list of
conditions and the following disclaimer. Redistributions in binary form must reproduce
the above copyright notice, this list of conditions and the following disclaimer in
the documentation and/or other materials provided with the distribution.

Neither the name of Hamcrest nor the names of its contributors may be used to endorse
or promote products derived from this software without specific prior written
permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS “AS IS” AND ANY
EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT
SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED
TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY
WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH
DAMAGE.

BaseDescription

package org.hamcrest;
public abstract synchronized class BaseDescription implements Description {
public void BaseDescription();
public Description appendText(String);
public Description appendDescriptionOf(SelfDescribing);
public Description appendValue(Object);
private String descriptionOf(Object);
public transient Description appendValueList(String, String, String, Object[]);
public Description appendValueList(String, String, String, Iterable);
private Description appendValueList(String, String, String, java.util.Iterator);
public Description appendList(String, String, String, Iterable);
private Description appendList(String, String, String, java.util.Iterator);
protected void append(String);
protected abstract void append(char);
private void toJavaSyntax(String);
private void toJavaSyntax(char);
}

BaseMatcher

package org.hamcrest;
public abstract synchronized class BaseMatcher implements Matcher {
public void BaseMatcher();
public final void _dont_implement_Matcher___instead_extend_BaseMatcher_();
public void describeMismatch(Object, Description);
public String toString();
}

Condition$1

package org.hamcrest;
synchronized class Condition$1 {
}

Condition$Matched

package org.hamcrest;
final synchronized class Condition$Matched extends Condition {
private final Object theValue;
private final Description mismatch;
private void Condition$Matched(Object, Description);
public boolean matching(Matcher, String);
public Condition and(Condition$Step);
}

Condition$NotMatched

package org.hamcrest;
final synchronized class Condition$NotMatched extends Condition {
private void Condition$NotMatched();
public boolean matching(Matcher, String);
public Condition and(Condition$Step);
}

Condition$Step

package org.hamcrest;
public abstract interface Condition$Step {
public abstract Condition apply(Object, Description);
}

Condition

package org.hamcrest;
public abstract synchronized class Condition {
public static final Condition$NotMatched NOT_MATCHED;
private void Condition();
public abstract boolean matching(Matcher, String);
public abstract Condition and(Condition$Step);
public final boolean matching(Matcher);
public final Condition then(Condition$Step);
public static Condition notMatched();
public static Condition matched(Object, Description);
static void ();
}

CoreMatchers

package org.hamcrest;
public synchronized class CoreMatchers {
public void CoreMatchers();
public static Matcher allOf(Iterable);
public static transient Matcher allOf(Matcher[]);
public static Matcher allOf(Matcher, Matcher);
public static Matcher allOf(Matcher, Matcher, Matcher);
public static Matcher allOf(Matcher, Matcher, Matcher, Matcher);
public static Matcher allOf(Matcher, Matcher, Matcher, Matcher, Matcher);
public static Matcher allOf(Matcher, Matcher, Matcher, Matcher, Matcher, Matcher);
public static core.AnyOf anyOf(Iterable);
public static core.AnyOf anyOf(Matcher, Matcher, Matcher);
public static core.AnyOf anyOf(Matcher, Matcher, Matcher, Matcher);
public static core.AnyOf anyOf(Matcher, Matcher, Matcher, Matcher, Matcher);
public static core.AnyOf anyOf(Matcher, Matcher, Matcher, Matcher, Matcher, Matcher);
public static core.AnyOf anyOf(Matcher, Matcher);
public static transient core.AnyOf anyOf(Matcher[]);
public static core.CombinableMatcher$CombinableBothMatcher both(Matcher);
public static core.CombinableMatcher$CombinableEitherMatcher either(Matcher);
public static transient Matcher describedAs(String, Matcher, Object[]);
public static Matcher everyItem(Matcher);
public static Matcher is(Object);
public static Matcher is(Matcher);
public static Matcher is(Class);
public static Matcher isA(Class);
public static Matcher anything();
public static Matcher anything(String);
public static Matcher hasItem(Object);
public static Matcher hasItem(Matcher);
public static transient Matcher hasItems(Object[]);
public static transient Matcher hasItems(Matcher[]);
public static Matcher equalTo(Object);
public static Matcher any(Class);
public static Matcher instanceOf(Class);
public static Matcher not(Matcher);
public static Matcher not(Object);
public static Matcher nullValue();
public static Matcher nullValue(Class);
public static Matcher notNullValue();
public static Matcher notNullValue(Class);
public static Matcher sameInstance(Object);
public static Matcher theInstance(Object);
public static Matcher containsString(String);
public static Matcher startsWith(String);
public static Matcher endsWith(String);
}

CustomMatcher

package org.hamcrest;
public abstract synchronized class CustomMatcher extends BaseMatcher {
private final String fixedDescription;
public void CustomMatcher(String);
public final void describeTo(Description);
}

CustomTypeSafeMatcher

package org.hamcrest;
public abstract synchronized class CustomTypeSafeMatcher extends TypeSafeMatcher {
private final String fixedDescription;
public void CustomTypeSafeMatcher(String);
public final void describeTo(Description);
}

Description$NullDescription

package org.hamcrest;
public final synchronized class Description$NullDescription implements Description {
public void Description$NullDescription();
public Description appendDescriptionOf(SelfDescribing);
public Description appendList(String, String, String, Iterable);
public Description appendText(String);
public Description appendValue(Object);
public transient Description appendValueList(String, String, String, Object[]);
public Description appendValueList(String, String, String, Iterable);
public String toString();
}

Description

package org.hamcrest;
public abstract interface Description {
public static final Description NONE;
public abstract Description appendText(String);
public abstract Description appendDescriptionOf(SelfDescribing);
public abstract Description appendValue(Object);
public abstract transient Description appendValueList(String, String, String, Object[]);
public abstract Description appendValueList(String, String, String, Iterable);
public abstract Description appendList(String, String, String, Iterable);
static void ();
}

DiagnosingMatcher

package org.hamcrest;
public abstract synchronized class DiagnosingMatcher extends BaseMatcher {
public void DiagnosingMatcher();
public final boolean matches(Object);
public final void describeMismatch(Object, Description);
protected abstract boolean matches(Object, Description);
}

Factory

package org.hamcrest;
public abstract interface Factory extends annotation.Annotation {
}

FeatureMatcher

package org.hamcrest;
public abstract synchronized class FeatureMatcher extends TypeSafeDiagnosingMatcher {
private static final internal.ReflectiveTypeFinder TYPE_FINDER;
private final Matcher subMatcher;
private final String featureDescription;
private final String featureName;
public void FeatureMatcher(Matcher, String, String);
protected abstract Object featureValueOf(Object);
protected boolean matchesSafely(Object, Description);
public final void describeTo(Description);
static void ();
}

Matcher

package org.hamcrest;
public abstract interface Matcher extends SelfDescribing {
public abstract boolean matches(Object);
public abstract void describeMismatch(Object, Description);
public abstract void _dont_implement_Matcher___instead_extend_BaseMatcher_();
}

MatcherAssert

package org.hamcrest;
public synchronized class MatcherAssert {
public void MatcherAssert();
public static void assertThat(Object, Matcher);
public static void assertThat(String, Object, Matcher);
public static void assertThat(String, boolean);
}

SelfDescribing

package org.hamcrest;
public abstract interface SelfDescribing {
public abstract void describeTo(Description);
}

StringDescription

package org.hamcrest;
public synchronized class StringDescription extends BaseDescription {
private final Appendable out;
public void StringDescription();
public void StringDescription(Appendable);
public static String toString(SelfDescribing);
public static String asString(SelfDescribing);
protected void append(String);
protected void append(char);
public String toString();
}

TypeSafeDiagnosingMatcher

package org.hamcrest;
public abstract synchronized class TypeSafeDiagnosingMatcher extends BaseMatcher {
private static final internal.ReflectiveTypeFinder TYPE_FINDER;
private final Class expectedType;
protected abstract boolean matchesSafely(Object, Description);
protected void TypeSafeDiagnosingMatcher(Class);
protected void TypeSafeDiagnosingMatcher(internal.ReflectiveTypeFinder);
protected void TypeSafeDiagnosingMatcher();
public final boolean matches(Object);
public final void describeMismatch(Object, Description);
static void ();
}

TypeSafeMatcher

package org.hamcrest;
public abstract synchronized class TypeSafeMatcher extends BaseMatcher {
private static final internal.ReflectiveTypeFinder TYPE_FINDER;
private final Class expectedType;
protected void TypeSafeMatcher();
protected void TypeSafeMatcher(Class);
protected void TypeSafeMatcher(internal.ReflectiveTypeFinder);
protected abstract boolean matchesSafely(Object);
protected void describeMismatchSafely(Object, Description);
public final boolean matches(Object);
public final void describeMismatch(Object, Description);
static void ();
}

AllOf

package org.hamcrest.core;
public synchronized class AllOf extends org.hamcrest.DiagnosingMatcher {
private final Iterable matchers;
public void AllOf(Iterable);
public boolean matches(Object, org.hamcrest.Description);
public void describeTo(org.hamcrest.Description);
public static org.hamcrest.Matcher allOf(Iterable);
public static transient org.hamcrest.Matcher allOf(org.hamcrest.Matcher[]);
public static org.hamcrest.Matcher allOf(org.hamcrest.Matcher, org.hamcrest.Matcher);
public static org.hamcrest.Matcher allOf(org.hamcrest.Matcher, org.hamcrest.Matcher, org.hamcrest.Matcher);
public static org.hamcrest.Matcher allOf(org.hamcrest.Matcher, org.hamcrest.Matcher, org.hamcrest.Matcher, org.hamcrest.Matcher);
public static org.hamcrest.Matcher allOf(org.hamcrest.Matcher, org.hamcrest.Matcher, org.hamcrest.Matcher, org.hamcrest.Matcher, org.hamcrest.Matcher);
public static org.hamcrest.Matcher allOf(org.hamcrest.Matcher, org.hamcrest.Matcher, org.hamcrest.Matcher, org.hamcrest.Matcher, org.hamcrest.Matcher, org.hamcrest.Matcher);
}

AnyOf

package org.hamcrest.core;
public synchronized class AnyOf extends ShortcutCombination {
public void AnyOf(Iterable);
public boolean matches(Object);
public void describeTo(org.hamcrest.Description);
public static AnyOf anyOf(Iterable);
public static transient AnyOf anyOf(org.hamcrest.Matcher[]);
public static AnyOf anyOf(org.hamcrest.Matcher, org.hamcrest.Matcher);
public static AnyOf anyOf(org.hamcrest.Matcher, org.hamcrest.Matcher, org.hamcrest.Matcher);
public static AnyOf anyOf(org.hamcrest.Matcher, org.hamcrest.Matcher, org.hamcrest.Matcher, org.hamcrest.Matcher);
public static AnyOf anyOf(org.hamcrest.Matcher, org.hamcrest.Matcher, org.hamcrest.Matcher, org.hamcrest.Matcher, org.hamcrest.Matcher);
public static AnyOf anyOf(org.hamcrest.Matcher, org.hamcrest.Matcher, org.hamcrest.Matcher, org.hamcrest.Matcher, org.hamcrest.Matcher, org.hamcrest.Matcher);
}

CombinableMatcher$CombinableBothMatcher

package org.hamcrest.core;
public final synchronized class CombinableMatcher$CombinableBothMatcher {
private final org.hamcrest.Matcher first;
public void CombinableMatcher$CombinableBothMatcher(org.hamcrest.Matcher);
public CombinableMatcher and(org.hamcrest.Matcher);
}

CombinableMatcher$CombinableEitherMatcher

package org.hamcrest.core;
public final synchronized class CombinableMatcher$CombinableEitherMatcher {
private final org.hamcrest.Matcher first;
public void CombinableMatcher$CombinableEitherMatcher(org.hamcrest.Matcher);
public CombinableMatcher or(org.hamcrest.Matcher);
}

CombinableMatcher

package org.hamcrest.core;
public synchronized class CombinableMatcher extends org.hamcrest.TypeSafeDiagnosingMatcher {
private final org.hamcrest.Matcher matcher;
public void CombinableMatcher(org.hamcrest.Matcher);
protected boolean matchesSafely(Object, org.hamcrest.Description);
public void describeTo(org.hamcrest.Description);
public CombinableMatcher and(org.hamcrest.Matcher);
public CombinableMatcher or(org.hamcrest.Matcher);
private java.util.ArrayList templatedListWith(org.hamcrest.Matcher);
public static CombinableMatcher$CombinableBothMatcher both(org.hamcrest.Matcher);
public static CombinableMatcher$CombinableEitherMatcher either(org.hamcrest.Matcher);
}

DescribedAs

package org.hamcrest.core;
public synchronized class DescribedAs extends org.hamcrest.BaseMatcher {
private final String descriptionTemplate;
private final org.hamcrest.Matcher matcher;
private final Object[] values;
private static final java.util.regex.Pattern ARG_PATTERN;
public void DescribedAs(String, org.hamcrest.Matcher, Object[]);
public boolean matches(Object);
public void describeTo(org.hamcrest.Description);
public void describeMismatch(Object, org.hamcrest.Description);
public static transient org.hamcrest.Matcher describedAs(String, org.hamcrest.Matcher, Object[]);
static void ();
}

Every

package org.hamcrest.core;
public synchronized class Every extends org.hamcrest.TypeSafeDiagnosingMatcher {
private final org.hamcrest.Matcher matcher;
public void Every(org.hamcrest.Matcher);
public boolean matchesSafely(Iterable, org.hamcrest.Description);
public void describeTo(org.hamcrest.Description);
public static org.hamcrest.Matcher everyItem(org.hamcrest.Matcher);
}

Is

package org.hamcrest.core;
public synchronized class Is extends org.hamcrest.BaseMatcher {
private final org.hamcrest.Matcher matcher;
public void Is(org.hamcrest.Matcher);
public boolean matches(Object);
public void describeTo(org.hamcrest.Description);
public void describeMismatch(Object, org.hamcrest.Description);
public static org.hamcrest.Matcher is(org.hamcrest.Matcher);
public static org.hamcrest.Matcher is(Object);
public static org.hamcrest.Matcher is(Class);
public static org.hamcrest.Matcher isA(Class);
}

IsAnything

package org.hamcrest.core;
public synchronized class IsAnything extends org.hamcrest.BaseMatcher {
private final String message;
public void IsAnything();
public void IsAnything(String);
public boolean matches(Object);
public void describeTo(org.hamcrest.Description);
public static org.hamcrest.Matcher anything();
public static org.hamcrest.Matcher anything(String);
}

IsCollectionContaining

package org.hamcrest.core;
public synchronized class IsCollectionContaining extends org.hamcrest.TypeSafeDiagnosingMatcher {
private final org.hamcrest.Matcher elementMatcher;
public void IsCollectionContaining(org.hamcrest.Matcher);
protected boolean matchesSafely(Iterable, org.hamcrest.Description);
public void describeTo(org.hamcrest.Description);
public static org.hamcrest.Matcher hasItem(org.hamcrest.Matcher);
public static org.hamcrest.Matcher hasItem(Object);
public static transient org.hamcrest.Matcher hasItems(org.hamcrest.Matcher[]);
public static transient org.hamcrest.Matcher hasItems(Object[]);
}

IsEqual

package org.hamcrest.core;
public synchronized class IsEqual extends org.hamcrest.BaseMatcher {
private final Object expectedValue;
public void IsEqual(Object);
public boolean matches(Object);
public void describeTo(org.hamcrest.Description);
private static boolean areEqual(Object, Object);
private static boolean areArraysEqual(Object, Object);
private static boolean areArrayLengthsEqual(Object, Object);
private static boolean areArrayElementsEqual(Object, Object);
private static boolean isArray(Object);
public static org.hamcrest.Matcher equalTo(Object);
}

IsInstanceOf

package org.hamcrest.core;
public synchronized class IsInstanceOf extends org.hamcrest.DiagnosingMatcher {
private final Class expectedClass;
private final Class matchableClass;
public void IsInstanceOf(Class);
private static Class matchableClass(Class);
protected boolean matches(Object, org.hamcrest.Description);
public void describeTo(org.hamcrest.Description);
public static org.hamcrest.Matcher instanceOf(Class);
public static org.hamcrest.Matcher any(Class);
}

IsNot

package org.hamcrest.core;
public synchronized class IsNot extends org.hamcrest.BaseMatcher {
private final org.hamcrest.Matcher matcher;
public void IsNot(org.hamcrest.Matcher);
public boolean matches(Object);
public void describeTo(org.hamcrest.Description);
public static org.hamcrest.Matcher not(org.hamcrest.Matcher);
public static org.hamcrest.Matcher not(Object);
}

IsNull

package org.hamcrest.core;
public synchronized class IsNull extends org.hamcrest.BaseMatcher {
public void IsNull();
public boolean matches(Object);
public void describeTo(org.hamcrest.Description);
public static org.hamcrest.Matcher nullValue();
public static org.hamcrest.Matcher notNullValue();
public static org.hamcrest.Matcher nullValue(Class);
public static org.hamcrest.Matcher notNullValue(Class);
}

IsSame

package org.hamcrest.core;
public synchronized class IsSame extends org.hamcrest.BaseMatcher {
private final Object object;
public void IsSame(Object);
public boolean matches(Object);
public void describeTo(org.hamcrest.Description);
public static org.hamcrest.Matcher sameInstance(Object);
public static org.hamcrest.Matcher theInstance(Object);
}

ShortcutCombination

package org.hamcrest.core;
abstract synchronized class ShortcutCombination extends org.hamcrest.BaseMatcher {
private final Iterable matchers;
public void ShortcutCombination(Iterable);
public abstract boolean matches(Object);
public abstract void describeTo(org.hamcrest.Description);
protected boolean matches(Object, boolean);
public void describeTo(org.hamcrest.Description, String);
}

StringContains

package org.hamcrest.core;
public synchronized class StringContains extends SubstringMatcher {
public void StringContains(String);
protected boolean evalSubstringOf(String);
protected String relationship();
public static org.hamcrest.Matcher containsString(String);
}

StringEndsWith

package org.hamcrest.core;
public synchronized class StringEndsWith extends SubstringMatcher {
public void StringEndsWith(String);
protected boolean evalSubstringOf(String);
protected String relationship();
public static org.hamcrest.Matcher endsWith(String);
}

StringStartsWith

package org.hamcrest.core;
public synchronized class StringStartsWith extends SubstringMatcher {
public void StringStartsWith(String);
protected boolean evalSubstringOf(String);
protected String relationship();
public static org.hamcrest.Matcher startsWith(String);
}

SubstringMatcher

package org.hamcrest.core;
public abstract synchronized class SubstringMatcher extends org.hamcrest.TypeSafeMatcher {
protected final String substring;
protected void SubstringMatcher(String);
public boolean matchesSafely(String);
public void describeMismatchSafely(String, org.hamcrest.Description);
public void describeTo(org.hamcrest.Description);
protected abstract boolean evalSubstringOf(String);
protected abstract String relationship();
}

ArrayIterator

package org.hamcrest.internal;
public synchronized class ArrayIterator implements java.util.Iterator {
private final Object array;
private int currentIndex;
public void ArrayIterator(Object);
public boolean hasNext();
public Object next();
public void remove();
}

ReflectiveTypeFinder

package org.hamcrest.internal;
public synchronized class ReflectiveTypeFinder {
private final String methodName;
private final int expectedNumberOfParameters;
private final int typedParameter;
public void ReflectiveTypeFinder(String, int, int);
public Class findExpectedType(Class);
protected boolean canObtainExpectedTypeFrom(reflect.Method);
protected Class expectedTypeFrom(reflect.Method);
}

SelfDescribingValue

package org.hamcrest.internal;
public synchronized class SelfDescribingValue implements org.hamcrest.SelfDescribing {
private Object value;
public void SelfDescribingValue(Object);
public void describeTo(org.hamcrest.Description);
}

SelfDescribingValueIterator

package org.hamcrest.internal;
public synchronized class SelfDescribingValueIterator implements java.util.Iterator {
private java.util.Iterator values;
public void SelfDescribingValueIterator(java.util.Iterator);
public boolean hasNext();
public org.hamcrest.SelfDescribing next();
public void remove();
}