summaryrefslogtreecommitdiffstats
path: root/container-di/src/test/scala/com/yahoo
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Copyright header"Jon Bratseth2017-06-136-7/+7
|
* Copyright headerJon Bratseth2017-06-136-7/+7
|
* Remove the timeout for component construction.gjoranv2017-05-311-28/+0
|
* Revert "Revert "Gjoranv/component construction""gjoranv2017-05-291-19/+97
|
* Revert "Gjoranv/component construction"Harald Musum2017-05-221-97/+19
|
* Wrap component construction in a future, and throw upon timeout.gjoranv2017-05-191-12/+32
| | | | | | | - Throw ComponentConstructorException for same behaviour as when a component ctor throws an exception. - Add test - Remove unnecessarily duplicated test code.
* Add comment explaining ignored test.gjoranv2017-05-181-1/+1
|
* Exit if the first component graph cannot be created successfully.gjoranv2017-05-181-1/+15
| | | | - Add ignored test to use for manual verification.
* Add test for component constructor exceptions.gjoranv2017-05-181-1/+39
| | | | - Verify correct exception type.
* Verify graph generation number.gjoranv2017-05-181-17/+21
| | | | | | + Rename test component class, and fail if constructed, to clarify intention of tests where it's being used. + Optimize imports.
* Use Future instead of deprecated future.gjoranv2017-05-181-15/+13
| | | | + optimize imports
* No functional changes.gjoranv2017-05-181-11/+15
| | | | - explicit return types, imports, whitespace.
* PublishJon Bratseth2016-06-156-0/+1340