NUnitAsp

ContainerMustBeRowException Class

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))".

For a list of all members of this type, see ContainerMustBeRowException Members.

System.Object
   Exception
      ApplicationException
         ContainerMustBeRowException

public class ContainerMustBeRowException : ApplicationException

Requirements

Namespace: NUnit.Extensions.Asp.AspTester

Assembly: NUnitAsp (in NUnitAsp.dll)

See Also

ContainerMustBeRowException Members | NUnit.Extensions.Asp.AspTester Namespace