TableViewTestListener

Overview

Location

  • Reference:
    • EUnit.fx  Island-iOS, Island-iOS Simulator
    • libEUnit.fx  Toffee-iOS, Toffee-iOS Simulator
  • Namespace: RemObjects.Elements.EUnit
  • Platforms: Island-iOS, Island-iOS Simulator, Toffee-iOS, Toffee-iOS Simulator


 

FinishGUI Island-iOS, Island-iOS Simulator

 

method FinishGUI

 

void FinishGUI()

 

func FinishGUI()

 

Sub FinishGUI()

FinishGUI FinishGUI() Toffee-iOS, Toffee-iOS Simulator

 

func FinishGUI(FinishGUI )

Parameters:

  • :

PrepareGUI Island-iOS, Island-iOS Simulator

 

method PrepareGUI

 

void PrepareGUI()

 

func PrepareGUI()

 

Sub PrepareGUI()

PrepareGUI PrepareGUI() Toffee-iOS, Toffee-iOS Simulator

 

func PrepareGUI(PrepareGUI )

Parameters:

  • :

RunFinished  virtual

 

method RunFinished(TestResult: ITestResult)

 

void RunFinished(ITestResult TestResult)

 

func RunFinished(_ TestResult: ITestResult)

 

Sub RunFinished(TestResult As ITestResult)

Parameters:

  • TestResult:

RunGUI Island-iOS, Island-iOS Simulator

 

method RunGUI

 

void RunGUI()

 

func RunGUI()

 

Sub RunGUI()

RunGUI RunGUI() Toffee-iOS, Toffee-iOS Simulator

 

func RunGUI(RunGUI )

Parameters:

  • :

runningTest  virtual

 

property runningTest: nullable ITest read write;

 

ITest? runningTest { get; set; }

 

var runningTest: ITest? { get{} set{} }

 

Property runningTest() As ITest?

RunStarted  virtual

 

method RunStarted(Test: ITest)

 

void RunStarted(ITest Test)

 

func RunStarted(_ Test: ITest)

 

Sub RunStarted(Test As ITest)

Parameters:

  • Test:

TestFinished  virtual

 

method TestFinished(TestResult: ITestResult)

 

void TestFinished(ITestResult TestResult)

 

func TestFinished(_ TestResult: ITestResult)

 

Sub TestFinished(TestResult As ITestResult)

Parameters:

  • TestResult:

testResults  virtual

 

property testResults: not nullable Dictionary<String, ITestResult> read write;

 

Dictionary<String, ITestResult>! testResults { get; set; }

 

// Island-iOS, Island-iOS Simulator
var testResults: Dictionary<String, ITestResult> { get{} set{} }
// Toffee-iOS, Toffee-iOS Simulator
var testResults: Dictionary<NSString, ITestResult> { get{} set{} }

 

Property testResults() As Dictionary<String, ITestResult>

tests  virtual

 

property tests: not nullable List<ITest> read write;

 

List<ITest>! tests { get; set; }

 

var tests: List<ITest> { get{} set{} }

 

Property tests() As List<ITest>

TestStarted  virtual

 

method TestStarted(Test: ITest)

 

void TestStarted(ITest Test)

 

func TestStarted(_ Test: ITest)

 

Sub TestStarted(Test As ITest)

Parameters:

  • Test:

 

runningTest  virtual

 

property runningTest: nullable ITest read write;

 

ITest? runningTest { get; set; }

 

var runningTest: ITest? { get{} set{} }

 

Property runningTest() As ITest?

testResults  virtual

 

property testResults: not nullable Dictionary<String, ITestResult> read write;

 

Dictionary<String, ITestResult>! testResults { get; set; }

 

// Island-iOS, Island-iOS Simulator
var testResults: Dictionary<String, ITestResult> { get{} set{} }
// Toffee-iOS, Toffee-iOS Simulator
var testResults: Dictionary<NSString, ITestResult> { get{} set{} }

 

Property testResults() As Dictionary<String, ITestResult>

tests  virtual

 

property tests: not nullable List<ITest> read write;

 

List<ITest>! tests { get; set; }

 

var tests: List<ITest> { get{} set{} }

 

Property tests() As List<ITest>

 

FinishGUI Island-iOS, Island-iOS Simulator

 

method FinishGUI

 

void FinishGUI()

 

func FinishGUI()

 

Sub FinishGUI()

FinishGUI FinishGUI() Toffee-iOS, Toffee-iOS Simulator

 

func FinishGUI(FinishGUI )

Parameters:

  • :

PrepareGUI Island-iOS, Island-iOS Simulator

 

method PrepareGUI

 

void PrepareGUI()

 

func PrepareGUI()

 

Sub PrepareGUI()

PrepareGUI PrepareGUI() Toffee-iOS, Toffee-iOS Simulator

 

func PrepareGUI(PrepareGUI )

Parameters:

  • :

RunFinished  virtual

 

method RunFinished(TestResult: ITestResult)

 

void RunFinished(ITestResult TestResult)

 

func RunFinished(_ TestResult: ITestResult)

 

Sub RunFinished(TestResult As ITestResult)

Parameters:

  • TestResult:

RunGUI Island-iOS, Island-iOS Simulator

 

method RunGUI

 

void RunGUI()

 

func RunGUI()

 

Sub RunGUI()

RunGUI RunGUI() Toffee-iOS, Toffee-iOS Simulator

 

func RunGUI(RunGUI )

Parameters:

  • :

RunStarted  virtual

 

method RunStarted(Test: ITest)

 

void RunStarted(ITest Test)

 

func RunStarted(_ Test: ITest)

 

Sub RunStarted(Test As ITest)

Parameters:

  • Test:

TestFinished  virtual

 

method TestFinished(TestResult: ITestResult)

 

void TestFinished(ITestResult TestResult)

 

func TestFinished(_ TestResult: ITestResult)

 

Sub TestFinished(TestResult As ITestResult)

Parameters:

  • TestResult:

TestStarted  virtual

 

method TestStarted(Test: ITest)

 

void TestStarted(ITest Test)

 

func TestStarted(_ Test: ITest)

 

Sub TestStarted(Test As ITest)

Parameters:

  • Test: