public UnitTestMarkerHostImpl(AbstractUnitTestTextEditorExtension ext) { if (ext == null) { throw new ArgumentNullException("ext"); } this.ext = ext; }
public UnitTestMarkerHostImpl (AbstractUnitTestTextEditorExtension ext) { if (ext == null) throw new ArgumentNullException ("ext"); this.ext = ext; }