Giter VIP home page Giter VIP logo

Comments (8)

GoogleCodeExporter avatar GoogleCodeExporter commented on August 24, 2024
http://www.mertner.com/confluence/display/MbUnit/TestExecutionUsingSelfExecutabl
eTestAssemblies

Original comment by [email protected] on 31 Aug 2007 at 12:51

from mb-unit.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 24, 2024
Also make it simpler as suggested by Jonathan de Halleux:
http://www.mertner.com/jira/browse/MBUNIT-4

The other inconsistencies mentioned in that bug have already been resolved by
combining the console runner with AutoRunner.  We should cut down the 
complexity of
AutoRunner further so that it can run tests "all-in-one-go" but underneath it 
should
be using more or less the same stuff as the console runner.

====

It does not make sense to have the autorunner be so complicated. The user 
should be
able to write something like this to make his assembly executable

class Program
{
    int Main(string[] args)
    {
        return AutoRunner.TestMain(args);
    }
}

The TestMain method would execute the tests. The parameter such as report etc...
would be controlled like the console application. 

Original comment by [email protected] on 2 Sep 2007 at 10:38

from mb-unit.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 24, 2024

Original comment by [email protected] on 25 Sep 2007 at 2:16

  • Added labels: Milestone-3.0-a2
  • Removed labels: Milestone-3.0-a1

from mb-unit.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 24, 2024
The conflicting AutoRunner class in Gallio is gone.

Still need to implement an MbUnit v2-style AutoRunner though.  It could 
probably be 
based on TestLauncher.

There's some stuff in common with Echo here.  It might actually make sense to 
implement AutoRunner as an alternate entry point into Echo.  The user of 
AutoRunner 
would just add a reference to the Gallio.Echo.exe assembly from their projects.

Original comment by [email protected] on 30 Oct 2007 at 2:13

  • Changed title: Implement MbUnit v2-style AutoRunner for Gallio.
  • Added labels: Component-Gallio
  • Removed labels: Component-Core

from mb-unit.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 24, 2024

Original comment by [email protected] on 6 Jan 2008 at 7:16

  • Added labels: Milestone-3.0-final
  • Removed labels: Milestone-3.0-a2

from mb-unit.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 24, 2024

Original comment by [email protected] on 17 Mar 2008 at 10:49

  • Added labels: Milestone-3.1
  • Removed labels: Milestone-3.0-final

from mb-unit.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 24, 2024

Original comment by [email protected] on 29 Jun 2009 at 8:32

  • Added labels: Milestone-3.3

from mb-unit.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 24, 2024

Original comment by [email protected] on 14 Jun 2011 at 5:53

  • Added labels: Milestone-IdeaPool

from mb-unit.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.