Condividi tramite


DisposableTests.GroupDisposable_Ctor_Null, metodo

Spazio dei nomi:ReattivaTests.Test
Assemblea: Test.System.Reattivo (in Tests.System.Reactive.dll)

Sintassi

'Declaration
<TestMethodAttribute> _
<ExpectedExceptionAttribute(GetType(ArgumentNullException))> _
Public Sub GroupDisposable_Ctor_Null
'Usage
Dim instance As DisposableTests

instance.GroupDisposable_Ctor_Null()
[TestMethodAttribute]
[ExpectedExceptionAttribute(typeof(ArgumentNullException))]
public void GroupDisposable_Ctor_Null()
[TestMethodAttribute]
[ExpectedExceptionAttribute(typeof(ArgumentNullException))]
public:
void GroupDisposable_Ctor_Null()
[<TestMethodAttribute>]
[<ExpectedExceptionAttribute(typeof(ArgumentNullException))>]
member GroupDisposable_Ctor_Null : unit -> unit 
public function GroupDisposable_Ctor_Null()

Vedere anche

Riferimento

Classe DisposableTests

Spazio dei nomi ReactiveTests.Test