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
To make the syntax between c# based tests and razor based tests more similar, the IRazorTestContext methods can be made available through the base class the components inherits from.
When a fixture executes, the methods simply points to its context.