Free cookie consent management tool by TermsFeed Policy Generator

source: branches/PushGP/HeuristicLab.Algorithms.PushGP/HeuristicLab.Tests/Expressions/ExecExpressionTests.cs @ 14328

Last change on this file since 14328 was 14328, checked in by pkimmesw, 8 years ago

#2665 Set .NET version to 4.5, C# version to 5.0, Added expression templates and factory

File size: 195 bytes
Line 
1using Microsoft.VisualStudio.TestTools.UnitTesting;
2
3namespace HeuristicLab.Tests.Expressions
4{
5    [TestClass]
6    public class ExecExpressionTests : InterpreterTest
7    {
8
9    }
10}
Note: See TracBrowser for help on using the repository browser.