Fixed help files.
This commit is contained in:
commit
b8f912cc79
1543 changed files with 395123 additions and 0 deletions
21
Core-Tests/CacheProviderTests.cs
Normal file
21
Core-Tests/CacheProviderTests.cs
Normal file
|
@ -0,0 +1,21 @@
|
|||
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
using NUnit.Framework;
|
||||
using Rhino.Mocks;
|
||||
using ScrewTurn.Wiki.PluginFramework;
|
||||
|
||||
namespace ScrewTurn.Wiki.Tests {
|
||||
|
||||
public class CacheProviderTests : CacheProviderTestScaffolding {
|
||||
|
||||
public override ICacheProviderV30 GetProvider() {
|
||||
CacheProvider prov = new CacheProvider();
|
||||
prov.Init(MockHost(), "");
|
||||
return prov;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue