CSharp - Unittesting: Difference between revisions

From Devguid
No edit summary
No edit summary
Line 3: Line 3:
Memory, array of string
Memory, array of string


<syntaxhighlight>
<syntaxhighlight lang="c#" >


public void Test()
public void Test()

Revision as of 15:37, 11 March 2023

IOptions

Memory, array of string

public void Test()
{

}