一般更新

master
andy 7 years ago
parent 56ac8ec68e
commit 01a9b21281

@ -25,7 +25,7 @@ namespace RedisStudyTest
}
[Fact]
public void Test()
public void RedisInfo_Test()
{
var info= redisServerStudy.RedisInfo();

@ -1,33 +0,0 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using RedisStuy;
using StackExchange.Redis;
using Xunit;
namespace RedisStudyTest
{
public class RedisStudyTest
{
private RedisServerStudy _redisServerStudy;
public RedisStudyTest()
{
_redisServerStudy = new RedisServerStudy();
}
[Fact]
public void Test()
{
var info = _redisServerStudy.RedisInfo();
Assert.NotEmpty(info);
Assert.True(info.Any());
}
}
}

@ -83,7 +83,6 @@
<Compile Include="RedisSortedSetStudyTest.cs" />
<Compile Include="RedisSetStudyTest.cs" />
<Compile Include="RedisStringStudyTest.cs" />
<Compile Include="RedisStudyTest.cs" />
<Compile Include="RedisHelperTest.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="RedisServerStudyTest.cs" />

Loading…
Cancel
Save