<classResult _class='hudson.tasks.junit.ClassResult'><child><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportTest$MapKey</className><duration>0.008</duration><failedSince>0</failedSince><name>byDefault_defaultConstructorIsInvoked_setterIsCalled</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-09-08 13:58:39	DEBUG	DDLDeployer	create table Toto(id VARCHAR(255) not null, name varchar(255), unique (id))
2024-09-08 13:58:39	DEBUG	SQLOperation	Batching statement 1 times
2024-09-08 13:58:39	DEBUG	SQLOperation	insert into Toto(id, name) values (?, ?) | {1={Toto.name=Tutu, Toto.id=o.c.s.i.PersistableIdentifier@189364ff-cd4b-4d93-9ae7-8d10ed2cc9b3}}
2024-09-08 13:58:39	DEBUG	SQLOperation	select Toto.name as Toto_name, Toto.id as Toto_id from Toto where Toto.id in (?) | {Toto.id=o.c.s.i.PersistableIdentifier@189364ff-cd4b-4d93-9ae7-8d10ed2cc9b3}
2024-09-08 13:58:39	DEBUG	EntityTreeInflater	Creating instance with org.codefilarete.stalactite.engine.runtime.load.JoinRoot$JoinRootRowConsumer@5649af04
</stdout></child><child><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportTest$MapKey</className><duration>0.002</duration><failedSince>0</failedSince><name>calledTwice_throwsException</name><properties></properties><skipped>false</skipped><status>PASSED</status></child><child><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportTest$MapKey</className><duration>0.009</duration><failedSince>0</failedSince><name>usingConstructor_1ArgColumnName_constructorIsInvoked_setterIsNotCalled</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-09-08 13:58:39	DEBUG	DDLDeployer	create table Toto(name varchar(255), myId VARCHAR(255) not null, unique (myId))
2024-09-08 13:58:39	DEBUG	SQLOperation	Batching statement 1 times
2024-09-08 13:58:39	DEBUG	SQLOperation	insert into Toto(myId, name) values (?, ?) | {1={Toto.name=Tutu, Toto.myId=o.c.s.i.PersistableIdentifier@d60085c3-f9de-4019-988b-2c6339d6ed83}}
2024-09-08 13:58:39	DEBUG	SQLOperation	select Toto.name as Toto_name, Toto.myId as Toto_myId from Toto where Toto.myId in (?) | {Toto.myId=o.c.s.i.PersistableIdentifier@d60085c3-f9de-4019-988b-2c6339d6ed83}
2024-09-08 13:58:39	DEBUG	EntityTreeInflater	Creating instance with org.codefilarete.stalactite.engine.runtime.load.JoinRoot$JoinRootRowConsumer@f90fa28
</stdout></child><child><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportTest$MapKey</className><duration>0.008</duration><failedSince>0</failedSince><name>usingConstructor_1Arg_constructorIsInvoked_setterIsNotCalled</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-09-08 13:58:39	DEBUG	DDLDeployer	create table Toto(id VARCHAR(255) not null, name varchar(255), unique (id))
2024-09-08 13:58:39	DEBUG	SQLOperation	Batching statement 1 times
2024-09-08 13:58:39	DEBUG	SQLOperation	insert into Toto(id, name) values (?, ?) | {1={Toto.name=Tutu, Toto.id=o.c.s.i.PersistableIdentifier@762e3dac-372c-4e7a-952b-bfac145214e3}}
2024-09-08 13:58:39	DEBUG	SQLOperation	select Toto.name as Toto_name, Toto.id as Toto_id from Toto where Toto.id in (?) | {Toto.id=o.c.s.i.PersistableIdentifier@762e3dac-372c-4e7a-952b-bfac145214e3}
2024-09-08 13:58:39	DEBUG	EntityTreeInflater	Creating instance with org.codefilarete.stalactite.engine.runtime.load.JoinRoot$JoinRootRowConsumer@7030fd3
</stdout></child><child><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportTest$MapKey</className><duration>0.008</duration><failedSince>0</failedSince><name>usingConstructor_2Args_constructorIsInvoked_setterIsNotCalled</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-09-08 13:58:39	DEBUG	DDLDeployer	create table Toto(id VARCHAR(255) not null, name varchar(255), unique (id))
2024-09-08 13:58:39	DEBUG	SQLOperation	Batching statement 1 times
2024-09-08 13:58:39	DEBUG	SQLOperation	insert into Toto(id, name) values (?, ?) | {1={Toto.id=o.c.s.i.PersistableIdentifier@22cb730c-ec55-432f-9361-6b1bb8a8baf4, Toto.name=Tutu}}
2024-09-08 13:58:39	DEBUG	SQLOperation	select Toto.name as Toto_name, Toto.id as Toto_id from Toto where Toto.id in (?) | {Toto.id=o.c.s.i.PersistableIdentifier@22cb730c-ec55-432f-9361-6b1bb8a8baf4}
2024-09-08 13:58:39	DEBUG	EntityTreeInflater	Creating instance with org.codefilarete.stalactite.engine.runtime.load.JoinRoot$JoinRootRowConsumer@4eae8578
</stdout></child><child><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportTest$MapKey</className><duration>0.008</duration><failedSince>0</failedSince><name>usingConstructor_constructorIsInvoked_setterIsNotCalled</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-09-08 13:58:39	DEBUG	DDLDeployer	create table Toto(name varchar(255), id VARCHAR(255) not null, unique (id))
2024-09-08 13:58:39	DEBUG	SQLOperation	Batching statement 1 times
2024-09-08 13:58:39	DEBUG	SQLOperation	insert into Toto(id, name) values (?, ?) | {1={Toto.name=Tutu, Toto.id=o.c.s.i.PersistableIdentifier@210733ce-f2fd-4a06-b0df-6d915838e81a}}
2024-09-08 13:58:39	DEBUG	SQLOperation	select Toto.name as Toto_name, Toto.id as Toto_id from Toto where Toto.id in (?) | {Toto.id=o.c.s.i.PersistableIdentifier@210733ce-f2fd-4a06-b0df-6d915838e81a}
2024-09-08 13:58:39	DEBUG	EntityTreeInflater	Creating instance with org.codefilarete.stalactite.engine.runtime.load.JoinRoot$JoinRootRowConsumer@19d0dc74
</stdout></child><child><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportTest$MapKey</className><duration>0.007</duration><failedSince>0</failedSince><name>usingConstructor_supplier_supplierIsCalled</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-09-08 13:58:39	DEBUG	DDLDeployer	create table Toto(id VARCHAR(255) not null, name varchar(255), unique (id))
2024-09-08 13:58:39	DEBUG	SQLOperation	Batching statement 1 times
2024-09-08 13:58:39	DEBUG	SQLOperation	insert into Toto(id, name) values (?, ?) | {1={Toto.id=o.c.s.i.PersistableIdentifier@f9b47bba-69e6-476e-b32c-d5b83c03a4df, Toto.name=Tutu}}
2024-09-08 13:58:39	DEBUG	SQLOperation	select Toto.name as Toto_name, Toto.id as Toto_id from Toto where Toto.id in (?) | {Toto.id=o.c.s.i.PersistableIdentifier@f9b47bba-69e6-476e-b32c-d5b83c03a4df}
2024-09-08 13:58:39	DEBUG	EntityTreeInflater	Creating instance with org.codefilarete.stalactite.engine.runtime.load.JoinRoot$JoinRootRowConsumer@7f04c13d
</stdout></child><child><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportTest$MapKey</className><duration>0.008</duration><failedSince>0</failedSince><name>usingFactory_constructorIsInvoked_setterIsNotCalled</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-09-08 13:58:39	DEBUG	DDLDeployer	create table Toto(id VARCHAR(255) not null, name varchar(255), unique (id))
2024-09-08 13:58:39	DEBUG	SQLOperation	Batching statement 1 times
2024-09-08 13:58:39	DEBUG	SQLOperation	insert into Toto(id, name) values (?, ?) | {1={Toto.id=o.c.s.i.PersistableIdentifier@a0627d7a-4641-45d1-9285-9439b02f52b5, Toto.name=Tutu}}
2024-09-08 13:58:39	DEBUG	SQLOperation	select Toto.name as Toto_name, Toto.id as Toto_id from Toto where Toto.id in (?) | {Toto.id=o.c.s.i.PersistableIdentifier@a0627d7a-4641-45d1-9285-9439b02f52b5}
2024-09-08 13:58:39	DEBUG	EntityTreeInflater	Creating instance with org.codefilarete.stalactite.engine.runtime.load.JoinRoot$JoinRootRowConsumer@2190c4a7
</stdout></child><failCount>0</failCount><name>FluentEntityMappingConfigurationSupportTest$MapKey</name><passCount>8</passCount><skipCount>0</skipCount></classResult>