Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Called by the generated unit test class during test initialization.
Namespace: Microsoft.Data.Schema.UnitTesting
Assembly: Microsoft.Data.Schema.UnitTesting (in Microsoft.Data.Schema.UnitTesting.dll)
Syntax
'Declaration
Protected Sub InitializeTest
protected void InitializeTest()
protected:
void InitializeTest()
member InitializeTest : unit -> unit
protected function InitializeTest()
Remarks
By default, this method is called by the generated class during TestInitializeAction. This method first executes the TestInitializeAction, if it is defined by using a privileged connection context. Finally, the method creates the execution and privileged contexts that are used in test execution.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.