C# Class NUnit.Extensions.Asp.AspTester.ContainerMustBeRowException

Exception: The container of the control being tested was a DataGridTester, but it should be a Row. Change "new MyTester("foo", datagrid)" to "new MyTester("foo", datagrid.getRow(rowNum))".
Inheritance: System.ApplicationException
Show file Open project: vcsjones/NUnitAsp

Private Methods

Method Description
ContainerMustBeRowException ( string aspId, DataGridTester dataGrid ) : System
GetMessage ( string aspId, DataGridTester dataGrid ) : string