src.test.resources.com.eva.properties.factory.eva Maven / Gradle / Ivy
/*
* $Id: factory.eva 31 2007-02-25 21:06:05Z max $
*
* Copyright (c) 2006-2007 Maximilian Antoni. All rights reserved.
*
* This software is licensed as described in the file LICENSE.txt, which you
* should have received as part of this distribution. The terms are also
* available at http://www.maxantoni.de/projects/eva-properties/license.txt.
*/
package: "com.eva.properties"
inner: "InnerTestClass"
test: "FactoryTest"
full: "${package}.${test}$${inner}"
empty: *com.eva.properties.FactoryTest$InnerTestClass
list: *${package}.FactoryTest$InnerTestClass([])
map: *${package}.FactoryTest$${inner}({
})
mapAndList: *com.eva.properties.${test}$${inner}(
{}, [])
char: *${full}('*')
int: *${full}(123)
long: *${full}Long(123)
float: *${full}Float(12.3)
double: *${full}Double(12.3)