public void ApplyOn_NoRowOrCol_ThrowsExc() { Assert.That(() => _flex.ApplyOn(_root), Throws.TypeOf <IncompatibleWidgetException>()); }