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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top