Metodo ITmi.AddManagedTestStorage (Object, String, TestType)
Questa API supporta l'infrastruttura .NET Framework e non deve essere utilizzata direttamente dal codice.
Aggiunge il percorso di archiviazione dei test specificato di un gestore di test specifico e un tipo di test specificato.
Spazio dei nomi: Microsoft.VisualStudio.TestTools.Common
Assembly: Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
Sintassi
'Dichiarazione
Sub AddManagedTestStorage ( _
manager As Object, _
storagePath As String, _
testType As TestType _
)
void AddManagedTestStorage(
Object manager,
string storagePath,
TestType testType
)
void AddManagedTestStorage(
Object^ manager,
String^ storagePath,
TestType^ testType
)
abstract AddManagedTestStorage :
manager:Object *
storagePath:string *
testType:TestType -> unit
function AddManagedTestStorage(
manager : Object,
storagePath : String,
testType : TestType
)
Parametri
manager
Tipo: ObjectOggetto che gestisce (carica, salva, aggiorna e così via) i test nel percorso specificato.
storagePath
Tipo: StringPercorso del file che contiene i test gestiti. Può essere una DLL di un progetto di test contenente unit test.
testType
Tipo: Microsoft.VisualStudio.TestTools.Common.TestTypeUn oggetto TestType.
Sicurezza di .NET Framework
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per altre informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.
Vedere anche
Riferimenti
Overload AddManagedTestStorage