Scala Monitoring and Control System API
com.lafros.maven.scalatest

trait FunSuite

[source: com/lafros/maven/scalatest/FunSuite.scala]

trait FunSuite
extends org.scalatest.FunSuite
adds what's necessary for the tests to be invoked by Maven; arranges for Maven to behave as expected--i.e. skip the remaining tests in the suite--when a test fails; writes a message to Console.out before each test is performed.
Author
Rob Dickens
Method Summary
protected override def runTest (testName : java.lang.String, reporter : org.scalatest.Reporter, stopper : org.scalatest.Stopper, configMap : scala.collection.immutable.Map[java.lang.String, Any], tracker : org.scalatest.Tracker) : Unit
def testThisPleaseMaven : Unit
executes tests (being invoked by Maven by virtue of starting with the word 'test').
Methods inherited from org.scalatest.FunSuite
org.scalatest.FunSuite.info, org.scalatest.FunSuite.test, org.scalatest.FunSuite.ignore, org.scalatest.FunSuite.testNames, org.scalatest.FunSuite.tags, org.scalatest.FunSuite.runTests, org.scalatest.FunSuite.run, org.scalatest.FunSuite.testsFor
Methods inherited from org.scalatest.Suite
org.scalatest.Suite.nestedSuites, org.scalatest.Suite.execute, org.scalatest.Suite.execute, org.scalatest.Suite.execute, org.scalatest.Suite.execute, org.scalatest.Suite.groups, org.scalatest.Suite.withFixture, org.scalatest.Suite.runNestedSuites, org.scalatest.Suite.suiteName, org.scalatest.Suite.pending, org.scalatest.Suite.pendingUntilFixed, org.scalatest.Suite.expectedTestCount
Methods inherited from org.scalatest.Assertions
org.scalatest.Assertions.assert, org.scalatest.Assertions.assert, org.scalatest.Assertions.assert, org.scalatest.Assertions.assert, org.scalatest.Assertions.convertToEqualizer, org.scalatest.Assertions.intercept, org.scalatest.Assertions.expect, org.scalatest.Assertions.expect, org.scalatest.Assertions.fail, org.scalatest.Assertions.fail, org.scalatest.Assertions.fail, org.scalatest.Assertions.fail
Methods inherited from AnyRef
getClass, hashCode, equals, clone, toString, notify, notifyAll, wait, wait, wait, finalize, ==, !=, eq, ne, synchronized
Methods inherited from Any
==, !=, isInstanceOf, asInstanceOf
Method Details
protected override def runTest(testName : java.lang.String, reporter : org.scalatest.Reporter, stopper : org.scalatest.Stopper, configMap : scala.collection.immutable.Map[java.lang.String, Any], tracker : org.scalatest.Tracker) : Unit
Overrides
org.scalatest.FunSuite.org.scalatest.FunSuite.runTest

def testThisPleaseMaven : Unit
executes tests (being invoked by Maven by virtue of starting with the word 'test').


Copyright 2009 Latterfrosken Software Development Limited