view tests/_.d @ 42:8b9409423740

Added unit tests for (de)serializing events.
author Jacob Carlborg <doob@me.com>
date Sun, 07 Aug 2011 17:53:50 +0200
parents 02dbd18b7fe9
children
line wrap: on
line source

/**
 * Copyright: Copyright (c) 2011 Jacob Carlborg. All rights reserved.
 * Authors: Jacob Carlborg
 * Version: Initial created: Aug 6, 2011
 * License: $(LINK2 http://www.boost.org/LICENSE_1_0.txt, Boost Software License 1.0)
 */
module tests._;

public:

import tests.all;
import tests.Array;
import tests.AssociativeArray;
import tests.AssociativeArrayReference;
import tests.Enum;
import tests.Event;
import tests.Object;
import tests.Pointer;
import tests.Primitive;
import tests.Slice;
import tests.String;
import tests.Struct;
import tests.Typedef;
import tests.Util;