refactor (gambling module): some codecleanup and reorganization

This commit is contained in:
Gergő Törcsvári
2016-03-25 12:48:22 +01:00
parent aa589dbc05
commit 05c72ff08a
9 changed files with 351 additions and 227 deletions

View File

@ -1,13 +1,15 @@
using System;
using Microsoft.VisualStudio.TestTools.UnitTesting;
using System.Collections.Generic;
using Microsoft.VisualStudio.TestTools.UnitTesting;
using static NadekoBot.Classes.Cards;
using static NadekoBot.Modules.Gambling.Helpers.Cards;
namespace Tests {
namespace Tests
{
[TestClass]
public class TestCards {
public class TestCards
{
[TestMethod]
public void TestHandValues() {
public void TestHandValues()
{
var setting1 = new List<Card> {
new Card(CardSuit.Clubs,10),
new Card(CardSuit.Clubs,10),