using NUnit.Framework; using System; using System.Collections.Generic; using System.Linq; namespace Funique.Test { public sealed partial class ManagerTest { /// /// Testing the utility functionality
/// ------------------------------------------------
/// 測試幫助元件功能 ///
public sealed class ThridPartyApplicationTest { [OneTimeSetUp] public void Setup() { } } } }