- SharepointToolbox.Tests targeting net10.0-windows with UseWPF=true - Moq 4.20.72 added for future mocking - 7 stub test files across Services, Auth, ViewModels, Localization, Integration - All tests marked [Fact(Skip)] referencing implementation plan — 0 failed, 7 skipped - Solution build: 0 errors, 0 warnings
8 lines
216 B
C#
8 lines
216 B
C#
namespace SharepointToolbox.Tests.Auth;
|
|
|
|
public class SessionManagerTests
|
|
{
|
|
[Fact(Skip = "Wave 0 stub — implemented in plan 01-04")]
|
|
public void GetContext_Returns_ClientContext_For_ConnectedTenant() { }
|
|
}
|