0
Working on the Framework
Posted by lorenb on Oct 24, 2004 in projects
I’ve been working on the Security Test Framework today. There are three main interfaces which are Tests, Resources, and Queries. When you write a ITest, you create a IResource and can perform actions on it. You would use a IQuery object to examine the outcome and record the results. As I write more tests, I’ll [...]