Condividi tramite


DisposableTests.GroupDisposable_CopyTo_Negative, metodo

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

Sintassi

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

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

Vedere anche

Riferimento

Classe DisposableTests

Spazio dei nomi ReactiveTests.Test