You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For testing it would be extremely useful to have a java class which can generate binary log files through some API. In other words, I'd like to have a class for unit testing which can add the various kinds of "events" which can be emitted by the agent.
The idea would be to construct, in the tests, specific stacks and feed it into a hpl file, which can then be read by the test. Then, the resulting statistics would be known by design, and the test can properly check for the expected output.
The text was updated successfully, but these errors were encountered:
For testing it would be extremely useful to have a java class which can generate binary log files through some API. In other words, I'd like to have a class for unit testing which can add the various kinds of "events" which can be emitted by the agent.
The idea would be to construct, in the tests, specific stacks and feed it into a hpl file, which can then be read by the test. Then, the resulting statistics would be known by design, and the test can properly check for the expected output.
The text was updated successfully, but these errors were encountered: