Return-Path: X-Original-To: apmail-flex-users-archive@www.apache.org Delivered-To: apmail-flex-users-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 6AFC917867 for ; Wed, 26 Aug 2015 09:24:17 +0000 (UTC) Received: (qmail 65186 invoked by uid 500); 26 Aug 2015 09:24:17 -0000 Delivered-To: apmail-flex-users-archive@flex.apache.org Received: (qmail 65156 invoked by uid 500); 26 Aug 2015 09:24:17 -0000 Mailing-List: contact users-help@flex.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@flex.apache.org Delivered-To: mailing list users@flex.apache.org Received: (qmail 65145 invoked by uid 99); 26 Aug 2015 09:24:16 -0000 Received: from Unknown (HELO spamd2-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 26 Aug 2015 09:24:16 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd2-us-west.apache.org (ASF Mail Server at spamd2-us-west.apache.org) with ESMTP id 449191AACEC for ; Wed, 26 Aug 2015 09:24:16 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 4 X-Spam-Level: **** X-Spam-Status: No, score=4 tagged_above=-999 required=6.31 tests=[HTML_MESSAGE=3, KAM_LAZY_DOMAIN_SECURITY=1, RCVD_IN_MSPIKE_H2=-0.001, URIBL_BLOCKED=0.001] autolearn=disabled Received: from mx1-eu-west.apache.org ([10.40.0.8]) by localhost (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 10024) with ESMTP id 5_V9B0lz6gro for ; Wed, 26 Aug 2015 09:24:07 +0000 (UTC) Received: from mail-pa0-f48.google.com (mail-pa0-f48.google.com [209.85.220.48]) by mx1-eu-west.apache.org (ASF Mail Server at mx1-eu-west.apache.org) with ESMTPS id 8C536334FF for ; Wed, 26 Aug 2015 09:24:06 +0000 (UTC) Received: by pacgr6 with SMTP id gr6so3192494pac.3 for ; Wed, 26 Aug 2015 02:23:59 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:content-type:message-id:mime-version :subject:date:references:to:in-reply-to; bh=/lliccElcU7+uHYw4JOcs1A841lPsOK8pYq2UFZiStI=; b=I7rxaGvVvwfQVULpT9LcngY8l1ErSg72irrAMviZp8P+SgLW9HWmgPp1KqbXnRiaE6 UqKpgA6dAUXXmEdcRT4A8+bdTAeVdF/Dj02rKke68R1nupnEgTtHqG3kS0IavxRPuqya qXH3mo5X2Qc9mnk0qSFv/R/cgAo/8kcrOJyjLvk5kwNabSyx1UBCbvUfjhcsUylTlcyB zkGJmk5I9j6vtAnB2KKeVgccb27r59IgzG9fNPln+7TOuzU2D/2HAq+XEmc1yJOKW6+5 ox+7Sdb40SitIMd51knlK9hACM2X9Y4cY5l1Ox5Oo4xx8ugsGV7ibLtS+QGLsPRimT8P idUQ== X-Gm-Message-State: ALoCoQm+n34cHgQwgrC2pKA4lkz3JBieH1hgixtHd0IuY+JG1GKT5Ts7RzurgDbpBXZeTghdHbyw X-Received: by 10.66.162.162 with SMTP id yb2mr18897000pab.122.1440581039423; Wed, 26 Aug 2015 02:23:59 -0700 (PDT) Received: from [192.168.0.3] (124-149-65-87.dyn.iinet.net.au. [124.149.65.87]) by smtp.gmail.com with ESMTPSA id mc1sm23978902pdb.14.2015.08.26.02.23.56 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 26 Aug 2015 02:23:58 -0700 (PDT) From: Justin Mclean Content-Type: multipart/alternative; boundary="Apple-Mail=_B119066B-48E8-4412-A4C0-557680C15A79" Message-Id: <68EA94F3-BEE8-4B00-9FDC-61BF322B8ADA@classsoftware.com> Mime-Version: 1.0 (Mac OS X Mail 8.2 \(2098\)) Subject: Re: FlexUnit doubt Date: Wed, 26 Aug 2015 19:23:52 +1000 References: To: users@flex.apache.org In-Reply-To: X-Mailer: Apple Mail (2.2098) --Apple-Mail=_B119066B-48E8-4412-A4C0-557680C15A79 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=utf-8 Hi, While the order of the tests are not specified within a single test = class, you can have multiple tests classes in a test suite and run = those. I think that does what you are asking. [1] It=E2=80=99s also = possible with ant. [2] It may be that Mocks (e.g. [3]) would also help = you. Thanks, Justin 1. https://cwiki.apache.org/confluence/display/FLEX/FlexUnit+TestSuite = 2. https://cwiki.apache.org/confluence/display/FLEX/FlexUnit+Ant+Task = 3. https://github.com/drewbourne/mockolate= --Apple-Mail=_B119066B-48E8-4412-A4C0-557680C15A79--