Return-Path: X-Original-To: apmail-flex-commits-archive@www.apache.org Delivered-To: apmail-flex-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id A78AC1041D for ; Wed, 24 Jul 2013 05:09:15 +0000 (UTC) Received: (qmail 40939 invoked by uid 500); 24 Jul 2013 05:08:50 -0000 Delivered-To: apmail-flex-commits-archive@flex.apache.org Received: (qmail 40842 invoked by uid 500); 24 Jul 2013 05:08:48 -0000 Mailing-List: contact commits-help@flex.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@flex.apache.org Delivered-To: mailing list commits@flex.apache.org Received: (qmail 39867 invoked by uid 99); 24 Jul 2013 05:08:39 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 24 Jul 2013 05:08:39 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 9FA248B3121; Wed, 24 Jul 2013 05:08:38 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: czadra@apache.org To: commits@flex.apache.org Date: Wed, 24 Jul 2013 05:08:40 -0000 Message-Id: <3e69423aaa09422587c35aeac49bc691@git.apache.org> In-Reply-To: <8cbbab3bdf074fd69b7dd86f97c03470@git.apache.org> References: <8cbbab3bdf074fd69b7dd86f97c03470@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [03/52] [partial] removed generated asdoc files in FlexUnit4 project http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/755a7a4a/FlexUnit4/docs/ea/html/EARoot/EA5.htm ---------------------------------------------------------------------- diff --git a/FlexUnit4/docs/ea/html/EARoot/EA5.htm b/FlexUnit4/docs/ea/html/EARoot/EA5.htm deleted file mode 100644 index 9051926..0000000 --- a/FlexUnit4/docs/ea/html/EARoot/EA5.htm +++ /dev/null @@ -1,1027 +0,0 @@ - - - - -Assert - - - - - -
- Assert : public class - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Created:5/11/2009 4:09:55 PM
Modified:5/11/2009 4:09:55 PM
Project:
Advanced:
-
A set of assert methods. Messages are only displayed when an assert fails.
- -
-
    -
  • Attributes
  • -
  • Operations
  • -
-
- - - - - - - - - -
AttributeDetails
public static int
  assertCount
Initial: 0
 
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
OperationDetails
- public static
- assertWithApply(
- asserter: Function, - - - - - - - - - - - - - - - - - -
- args: Array, - - - - - - - - - - - - - - - - - -
-):void -
- Sequential - - - - - -
- -
- public static
- assertWith(
- asserter: Function, - - - - - - - - - - - - - - - - - -
- rest: rest, - - - - - - - - - - - - - - - - - -
-):void -
- Sequential - - - - - -
- -
- public static
- assertEquals(
- rest: rest, - - - - - - - - - - - - - - - - - -
-):void -
- Sequential - - - - - -
-
- - - - -
- Notes: - - Asserts that two provided values are equal. If three values are provided the first is the message to be displayed on fail. -
- -
- public static
- failNotEquals(
- message: String, - - - - - - - - - - - - - - - - - -
- expected: Object, - - - - - - - - - - - - - - - - - -
- actual: Object, - - - - - - - - - - - - - - - - - -
-):void -
- Sequential - - - - - -
-
- - - - -
- Notes: - - @private -
- -
- public static
- assertStrictlyEquals(
- rest: rest, - - - - - - - - - - - - - - - - - -
-):void -
- Sequential - - - - - -
-
- - - - -
- Notes: - - Asserts that the provided values are strictly equal. -
- -
- public static
- failNotStrictlyEquals(
- message: String, - - - - - - - - - - - - - - - - - -
- expected: Object, - - - - - - - - - - - - - - - - - -
- actual: Object, - - - - - - - - - - - - - - - - - -
-):void -
- Sequential - - - - - -
-
- - - - -
- Notes: - - @private -
- -
- public static
- assertTrue(
- rest: rest, - - - - - - - - - - - - - - - - - -
-):void -
- Sequential - - - - - -
-
- - - - -
- Notes: - - Asserts that a condition is true. If it isn't it throws an {@link AssertionFailedError} with the given message. -
- -
- public static
- failNotTrue(
- message: String, - - - - - - - - - - - - - - - - - -
- condition: Boolean, - - - - - - - - - - - - - - - - - -
-):void -
- Sequential - - - - - -
-
- - - - -
- Notes: - - @private -
- -
- public static
- assertFalse(
- rest: rest, - - - - - - - - - - - - - - - - - -
-):void -
- Sequential - - - - - -
-
- - - - -
- Notes: - - Asserts that a condition is false. If it isn't it throws an {@link AssertionFailedError} with the given message. -
- -
- public static
- failTrue(
- message: String, - - - - - - - - - - - - - - - - - -
- condition: Boolean, - - - - - - - - - - - - - - - - - -
-):void -
- Sequential - - - - - -
-
- - - - -
- Notes: - - @private -
- -
- public static
- assertNull(
- rest: rest, - - - - - - - - - - - - - - - - - -
-):void -
- Sequential - - - - - -
-
- - - - -
- Notes: - - Asserts that an object is null. If it is not, an {@link AssertionFailedError} is thrown with the given message. <br />@link AssertionFailedError} (<code>null</code> okay) -
- -
- public static
- failNull(
- message: String, - - - - - - - - - - - - - - - - - -
- object: Object, - - - - - - - - - - - - - - - - - -
-):void -
- Sequential - - - - - -
-
- - - - -
- Notes: - - @private -
- -
- public static
- assertNotNull(
- rest: rest, - - - - - - - - - - - - - - - - - -
-):void -
- Sequential - - - - - -
-
- - - - -
- Notes: - - Asserts that an object isn't null. If it is an {@link AssertionFailedError} is thrown with the given message. <br />@link AssertionFailedError} (<code>null</code> okay) -
- -
- public static
- failNotNull(
- message: String, - - - - - - - - - - - - - - - - - -
- object: Object, - - - - - - - - - - - - - - - - - -
-):void -
- Sequential - - - - - -
-
- - - - -
- Notes: - - @private -
- -
- public static
- fail(
- failMessage: String, - - - - - - - - - - - - - - - - - -
-):void -
- Sequential - - - - - -
-
- - - - -
- Notes: - - Fails a test with the given message. <br />@link AssertionFailedError} (<code>null</code> okay)<br />@see AssertionFailedError -
- -
- private static
- failWithUserMessage(
- userMessage: String, - - - - - - - - - - - - - - - - - -
- failMessage: String, - - - - - - - - - - - - - - - - - -
-):void -
- Sequential - - - - - -
-
- - - - -
- Notes: - - @private -
- -
-
- - - - \ No newline at end of file http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/755a7a4a/FlexUnit4/docs/ea/html/EARoot/EA5/EA165.htm ---------------------------------------------------------------------- diff --git a/FlexUnit4/docs/ea/html/EARoot/EA5/EA165.htm b/FlexUnit4/docs/ea/html/EARoot/EA5/EA165.htm deleted file mode 100644 index 508e367..0000000 --- a/FlexUnit4/docs/ea/html/EARoot/EA5/EA165.htm +++ /dev/null @@ -1,60 +0,0 @@ - - - - -matchers - - - - -
- - - - - - - -
matchers : logical diagram
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Created:5/11/2009 4:09:50 PM
Modified:5/11/2009 4:09:50 PM
Project:
Advanced:
- -
- - - \ No newline at end of file http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/755a7a4a/FlexUnit4/docs/ea/html/EARoot/EA5/EA166.png ---------------------------------------------------------------------- diff --git a/FlexUnit4/docs/ea/html/EARoot/EA5/EA166.png b/FlexUnit4/docs/ea/html/EARoot/EA5/EA166.png deleted file mode 100644 index f49781a..0000000 Binary files a/FlexUnit4/docs/ea/html/EARoot/EA5/EA166.png and /dev/null differ http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/755a7a4a/FlexUnit4/docs/ea/html/EARoot/EA5/EA167.htm ---------------------------------------------------------------------- diff --git a/FlexUnit4/docs/ea/html/EARoot/EA5/EA167.htm b/FlexUnit4/docs/ea/html/EARoot/EA5/EA167.htm deleted file mode 100644 index 444ed0b..0000000 --- a/FlexUnit4/docs/ea/html/EARoot/EA5/EA167.htm +++ /dev/null @@ -1,101 +0,0 @@ - - - - -matchers::FlexUnitMatchers - - - - - -
- FlexUnitMatchers : public class - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Created:5/11/2009 4:09:50 PM
Modified:5/11/2009 4:09:50 PM
Project:
Advanced:
-
Not yet implemented
- -
-
    -
  • Operations
  • -
-
- - - - - - - - - - -
OperationDetails
- public
- FlexUnitMatchers():var -
- Sequential - - - - - -
- -
-
- - - - \ No newline at end of file http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/755a7a4a/FlexUnit4/docs/ea/html/EARoot/EA6.htm ---------------------------------------------------------------------- diff --git a/FlexUnit4/docs/ea/html/EARoot/EA6.htm b/FlexUnit4/docs/ea/html/EARoot/EA6.htm deleted file mode 100644 index 2f0854b..0000000 --- a/FlexUnit4/docs/ea/html/EARoot/EA6.htm +++ /dev/null @@ -1,139 +0,0 @@ - - - - -AssertionError - - - - - -
- AssertionError : public class - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Created:5/11/2009 4:09:55 PM
Modified:5/11/2009 4:09:55 PM
Project:
Advanced:
- -
-
    -
  • Operations
  • -
-
- - - - - - - - - - -
OperationDetails
- public
- AssertionError(
- message: String, - - - - - - - - - - - - - - - - - -
- id: int, - - - - - - - - - - - - - - - - - -
-):var -
- Sequential - - - - - -
- -
-
- - - - \ No newline at end of file http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/755a7a4a/FlexUnit4/docs/ea/html/EARoot/EA6/EA1/EA183.htm ---------------------------------------------------------------------- diff --git a/FlexUnit4/docs/ea/html/EARoot/EA6/EA1/EA183.htm b/FlexUnit4/docs/ea/html/EARoot/EA6/EA1/EA183.htm deleted file mode 100644 index 69df022..0000000 --- a/FlexUnit4/docs/ea/html/EARoot/EA6/EA1/EA183.htm +++ /dev/null @@ -1,65 +0,0 @@ - - - - -manipulation - - - - -
- - - - - - - - - - - - -
manipulation : logical diagram
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Created:5/11/2009 4:09:50 PM
Modified:5/11/2009 4:09:51 PM
Project:
Advanced:
- -
- - - \ No newline at end of file http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/755a7a4a/FlexUnit4/docs/ea/html/EARoot/EA6/EA1/EA184.png ---------------------------------------------------------------------- diff --git a/FlexUnit4/docs/ea/html/EARoot/EA6/EA1/EA184.png b/FlexUnit4/docs/ea/html/EARoot/EA6/EA1/EA184.png deleted file mode 100644 index 20eb229..0000000 Binary files a/FlexUnit4/docs/ea/html/EARoot/EA6/EA1/EA184.png and /dev/null differ http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/755a7a4a/FlexUnit4/docs/ea/html/EARoot/EA6/EA1/EA185.htm ---------------------------------------------------------------------- diff --git a/FlexUnit4/docs/ea/html/EARoot/EA6/EA1/EA185.htm b/FlexUnit4/docs/ea/html/EARoot/EA6/EA1/EA185.htm deleted file mode 100644 index b25d99a..0000000 --- a/FlexUnit4/docs/ea/html/EARoot/EA6/EA1/EA185.htm +++ /dev/null @@ -1,303 +0,0 @@ - - - - -manipulation::Filter - - - - - -
- Filter : public class - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Created:5/11/2009 4:09:50 PM
Modified:5/11/2009 4:09:50 PM
Project:
Advanced:
-
The canonical case of filtering is when you want to run a single test method in a class. Rather than introduce runner API just for that one case, FlexUnit provides a general filtering mechanism. If you want to filter the tests to be run, extend <code>Filter</code> and apply an instance of your filter to the {@link org.flexunit.runner.Request} before running it (see {@link org.junit.runner.FlexUnitCore#run(Request)}. TODO: IRunner is an interface, there is no pre-existing implementing class, does the following still apply? Is there a RunWith equivalent Alternatively, apply a <code>Filter</code> to a {@link org.junit.runner.Runner} before running tests (for example, in conjunction with {@link org.junit.runner.RunWith}.
- -
-
    -
  • Attributes
  • -
  • Operations
  • -
  • Associations From
  • -
-
- - - - - - - - - - - - - - - -
AttributeDetails
public static Filter
  ALL
Initial: buildAllFilter()
- - - - -
- Notes: - - only way I cold make this work -
-
public Function
  shouldRun
- - - - -
- Notes: - - shouldRun(Description description):Boolean; -
-
public Function
  describe
- - - - -
- Notes: - - describe():String -
-
-
- - - - - - - - - - - - - - - - - - -
OperationDetails
- public
- apply(
- child: Object, - - - - - - - - - - - - - - - - - -
-):void -
- Sequential - - - - - -
-
- - - - -
- Notes: - - Invoke with a {@link org.flexunit.runner.IRunner} to cause all tests it intends to run to first be checked with the filter. Only those that pass the filter will be run. -
- -
- private static
- buildAllFilter():Filter -
- Sequential - - - - - -
-
- - - - -
- Notes: - - A null <code>Filter</code> that passes all tests through. -
- -
- public
- Filter(
- shouldRun: Function, - - - - - - - - - - - - - - - - - -
- describe: Function, - - - - - - - - - - - - - - - - - -
-):var -
- Sequential - - - - - -
- -
-
- - - - - - - - - - - - - - - - - - - - -
ElementSource RoleTarget RoleDetails
- FilterRequest
- Class   -
- Name:  
-   -
- Name: filter
-   -
 
- ParentRunner
- Class   -
- Name:  
-   -
- Name: filterRef
-   -
 
-
-
- - - - \ No newline at end of file http://git-wip-us.apache.org/repos/asf/flex-flexunit/blob/755a7a4a/FlexUnit4/docs/ea/html/EARoot/EA6/EA1/EA186.htm ---------------------------------------------------------------------- diff --git a/FlexUnit4/docs/ea/html/EARoot/EA6/EA1/EA186.htm b/FlexUnit4/docs/ea/html/EARoot/EA6/EA1/EA186.htm deleted file mode 100644 index edeea34..0000000 --- a/FlexUnit4/docs/ea/html/EARoot/EA6/EA1/EA186.htm +++ /dev/null @@ -1,162 +0,0 @@ - - - - -manipulation::IFilterable - - - - - -
- IFilterable : public abstract <<interface>> interface - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Created:5/11/2009 4:09:50 PM
Modified:5/11/2009 4:09:50 PM
Project:
Advanced:
-
IRunners that allow filtering should implement this interface. Implement {@link #filter(Filter)} to remove tests that don't pass the filter.
- -
-
    -
  • Operations
  • -
  • Other Links
  • -
-
- - - - - - - - - - -
OperationDetails
- public
- filter(
- filter: Filter, - - - - - - - - - - - - - - - - - -
-):void -
- Sequential - - - - - -
-
- - - - -
- Notes: - - Remove tests that don't pass the parameter <code>filter</code>.<br />@link Filter} to apply -
- -
-
- - - - - - - - - - - - - - - - - - - - - - - - - - -
ObjectTypeConnectionNotes
FlexUnit1ClassRunnerClassRealisation 
Fluint1ClassRunnerClassRealisation 
BlockFlexUnit4ClassRunnerClassRealisation 
-
-
- - - - \ No newline at end of file