what is this called

  • Thread starter Thread starter Aaron
  • Start date Start date
A

Aaron

[Test] //<<<<<<<<<<<<this
public void TestEncrypt()
{
string data = "This fox ran up the hill.";
string encrypted = Crypt.Encrypt(data);
Assertion.Assert(!data.Equals(encrypted));
}


why does some method have [***] above them? what does it do?

Thanks,
Aaron
 
Back
Top