FlexUnit4Test/src/org/flexunit/runners/cases/SuiteCase.as (9 lines): - line 26: // TODO: Is this good enough? - line 34: // TODO: Is this good enough? - line 35: // TODO: This is throwing an error, due to being an empty test suite. - line 54: // TODO: Do we test these here? - line 58: // TODO: How do we test this? - line 63: // TODO: How do we test this? - line 68: // TODO: How do we test this? - line 73: // TODO: How do we test this? - line 78: // TODO: How do we test this? FlexUnit4Test/src/org/flexunit/experimental/theories/internals/cases/AssignmentsCase.as (7 lines): - line 37: //TODO: Ensure that these tests and this test case have been correctly implemented - line 89: //TODO: Is there a way to test this static function since it depends on another classes static functions? - line 202: //TODO: This test needs to be reexamined to determine how to best check this case - line 223: //TODO: Is there a way to verify that this method is correctly called using the AllMembersSupplier? It seems the only current way to test this is to set - line 236: //TODO: This test needs to be readded once the getAnnotatedSupplier function is updated - line 243: //TODO: This will need to be updated once the actual function is updated - line 327: //TODO: Will the paraemter for this function be used? If so, another test will need to be written for a null case. FlexUnit4Test/src/org/flexunit/runner/cases/RequestCase.as (6 lines): - line 37: //TODO: Ensure that these tests and this test case are being implemented correctly - line 79: // TODO : not sure how to test - line 89: // TODO : not sure how to test - line 120: //TODO: Ensure that this test is testing this function in the proper manner - line 128: //TODO: Ensure that this test is testing this function in the proper manner - line 137: //TODO: How can this static function be correctly tested FlexUnit4Test/src/org/flexunit/internals/runners/statements/cases/ExpectExceptionCase.as (6 lines): - line 31: //TODO: Ensure that these tests and this test case are being implemented correctly - line 83: //TODO: Ensure that this test is being properly run, how can it be verified that the right child result is generated? - line 101: //TODO: Ensure that this test is being properly run, how can it be verified that the right child result is generated? - line 119: //TODO: Is there a way that this can be verified without the parentToken? - line 132: //TODO: Is there a way that this can be verified without the parentToken? - line 145: //TODO: How can the result.error logic be run if no childResult exists? If a child result exists and it has an error, FlexUnit4Test/src/org/flexunit/experimental/runners/statements/cases/AssignmentSequencerCase.as (6 lines): - line 37: //TODO: This test case still needs additional classes written for it - line 101: //TODO: This test is running into an issue with the nullsOk method in the theoryAnchorMock - line 131: //TODO: This function will call sendComplete and there currently isn't a parent token, this will cause this test to fail - line 161: //TODO: This function will call sendComplete and there currently isn't a parent token, this will cause this test to fail - line 172: //TODO: This function will call sendComplete and there currently isn't a parent token, this will cause this test to fail - line 183: //TODO: This function will call sendComplete and there currently isn't a parent token, this will cause this test to fail FlexUnit4Test/src/org/flexunit/runners/model/cases/RunnerBuilderBaseCase.as (5 lines): - line 27: //TODO: Ensure that these tests and this test case are being implemented correctly - line 41: //TODO: Is it even possible to get to the "return null" at the bottom of the safeRunnerForClass - line 48: //TODO: This test cannot currently be tested because there is no way to throw an exception - line 54: //TODO: There currently does not appear to be a way to properly test add parent and remove parent - line 69: //TODO: Will this actually be returning an instance of the IRunner? FlexUnit4Test/src/org/flexunit/internals/runners/statements/cases/FailOnTimeoutCase.as (4 lines): - line 94: //TODO: Currently no parent token has been set here, what should be done? - line 105: //TODO: This expectation should be set on a parent token - line 113: //TODO: Currently no parent token has been set here, what should be done? - line 125: //TODO: This expectation should be set on a parent token FlexUnit4Test/src/org/flexunit/runners/model/cases/TestClassCase.as (4 lines): - line 27: //TODO: Ensure that these tests and this test case are being implemented correctly. Is there a way to properly test the - line 58: //TODO: Is there a way to test the get name for a null klassInfo? Right now klassInfo will always return a non-null value. - line 64: //TODO: Is there a way to test the get metadata for a null klassInfo? Right now klassInfo will always return a non-null value. - line 81: //TODO: Is there a way to test the toString function for a null klassInfo? Right now klassInfo will always return a non-null value. FlexUnit4Test/src/org/flexunit/experimental/runners/statements/cases/TheoryAnchorCase.as (4 lines): - line 66: //TODO: How can it be determined that this function has correctly executed - line 67: //TODO:: Getting a mock expectation error for the frameworkMethodMock that is set. Need to set expectations properly. - line 77: //TODO: How can it be determined that this function has correctly executed - line 106: //TODO: How can it be determined that this function has correctly executed FlexUnit4Test/src/org/flexunit/token/cases/AsyncTestTokenCase.as (4 lines): - line 26: //TODO: Ensure that these tests and this test case are properly implemented - line 40: //TODO: Is this the proper way to test this property - line 49: //TODO: How can these notification tests be differentiated from other tests where the toString is checked or a particular function is called - line 60: //TODO: Additional tests will be need if logic is added to go through multiple notification methods FlexUnit4Test/src/org/flexunit/internals/runners/statements/cases/StatementSequencerCase.as (4 lines): - line 25: //TODO: The constructor needs two tests to check both a null queue and a queue being passed into the the constructor. What - line 37: //TODO: Determine how to test evaluate. The queue can be checked by determing whehter values were correctly added via toString, or - line 44: //TODO: Determine how to test evaluate. It calls directly into handleChildExecuteComplete, after setting the parent token. - line 79: //TODO: Mocks already have a toString method, how should this test be written? FlexUnit4Test/src/org/flexunit/experimental/theories/cases/ParameterSignatureCase.as (4 lines): - line 37: //TODO: Ensure that these tests and this test case are implemented correctly - line 102: //TODO: Is there a way to check that the metadata is correct - line 121: //TODO: Is there a way to check that the metadata is correct - line 232: //TODO: There currently is not a way to test a depth of 0, should there be a test for it; if so, what needs to be done? FlexUnit4Turnkey/src/flexUnitTests/TestingTester.as (3 lines): - line 29: //TODO: implement function - line 36: //TODO: implement function - line 43: //TODO: implement function FlexUnit4Test/src/org/flexunit/runner/notification/async/cases/AsyncListenerWatcherCase.as (3 lines): - line 31: //TODO: Ensure that these tests and this test case are being implemented correctly - line 171: //TODO: This test is currently impossible because unwatch will not accept a class that implements IAsyncCompletionRunListener - line 212: //TODO: This test is currently impossible because watch will not accept a class that implements IAsyncCompletionRunListener FlexUnit4/src/org/flexunit/Assert.as (3 lines): - line 196: //TODO: (null okay) needs removal? - line 235: //TODO: (null okay) needs removal? - line 272: //TODO: (null okay) needs removal? FlexUnit4Test/src/org/flexunit/runner/cases/DescriptionCase.as (3 lines): - line 28: //TODO: This entire class needs to have tests written for it - line 157: //TODO: This method has yet to be implemented and this test needs to be updated - line 202: // TODO using mock class DescriptionMock causes the displayName to get set to FlexUnit4Test/src/org/flexunit/experimental/runners/statements/cases/TheoryBlockRunnerStatementCase.as (3 lines): - line 34: //TODO: Ensure that these tests and this test case are being implemented correctly - line 116: //TODO: The parent token isn't currently getting set, how can this test be designed to correctly work? - line 133: //TODO: The parent token isn't currently getting set, how can this test be designed to correctly work? FlexUnit4Test/src/flexUnitTests/TestingTester.as (3 lines): - line 27: //TODO: implement function - line 34: //TODO: implement function - line 41: //TODO: implement function FlexUnit4Test/src/org/flexunit/runner/manipulation/cases/FilterCase.as (3 lines): - line 29: //TODO: Ensure that these tests and this class are being implemented correctly - line 62: //TODO: How would a negative case be created for an object that does not implement IFilterable? - line 75: //TODO: How can it be ensured that the default functions are correctly created? FlexUnit4/src/org/flexunit/runners/ParentRunner.as (2 lines): - line 67: //TODO: Does not define by a data type like in the java version - line 118: * TODO: does it throw an InitializationError? FlexUnit4UIListener/src/org/flexunit/flexui/TestRunnerBase.mxml (2 lines): - line 348: public var test : *;// TODO: [XB] was Test; - line 370: // model.totalTests = test.countTestCases(); // TODO: [XB] reenable this FlexUnit4Test/src/org/flexunit/internals/runners/statements/cases/StackAndFrameManagementCase.as (2 lines): - line 43: //TODO: Is there a way that the timing can be altered so that it is known with certainity what branch of the function is being tested? - line 56: //TODO: Access is needed to a parent token FlexUnit4Test/src/org/flexunit/runners/model/cases/FrameworkMethodCase.as (2 lines): - line 29: //TODO: Ensure that the tests and this test case are being implemented correctly. Also, it appears that asyncComplete function - line 94: //TODO: The MetadataTools function call won't return an empty string for a key, should this test be altered? FlexUnit4Test/src/org/flexunit/internals/runners/statements/cases/RunBeforesClassCase.as (2 lines): - line 27: //TODO: Ensure that these tests and this test case are properly designed - line 50: //TODO: It currently is hard to determine which IAsyncStatement is being returned with the withPotentialAsync function FlexUnit4Test/src/org/flexunit/internals/runners/statements/cases/RunAftersClassCase.as (2 lines): - line 27: //TODO: Ensure that these tests and this test case are properly designed - line 50: //TODO: It currently is hard to determine which IAsyncStatement is being returned with the withPotentialAsync function FlexUnit4Test/src/org/flexunit/internals/runners/statements/cases/RunBeforesCase.as (2 lines): - line 27: //TODO: Ensure that these tests and this test case are properly designed - line 50: //TODO: It currently is hard to determine which IAsyncStatement is being returned with the withPotentialAsync function FlexUnit4Test/src/org/flexunit/runner/manipulation/cases/SorterCase.as (2 lines): - line 30: //TODO: Ensure that this test case is being implemented correctly - line 46: //TODO: How would a test be created for a non-sortable object? A mock with a sort method that is tested to see that it FlexUnit4Test/src/org/flexunit/internals/runners/statements/cases/RunAftersCase.as (2 lines): - line 28: //TODO: Ensure that these tests and this test case are properly designed - line 51: //TODO: It currently is hard to determine which IAsyncStatement is being returned with the withPotentialAsync function FlexUnit4Test/src/org/flexunit/internals/requests/cases/ClassRequestCase.as (2 lines): - line 25: //TODO: Ensure that this test and this test case are being implemented correctly - line 39: //TODO: What steps need to be taken in order to determine if the correct iRunner was obtained? FlexUnit4Test/src/org/flexunit/internals/builders/cases/MetaDataBuilderCase.as (2 lines): - line 32: //TODO: Ensure that these tests and this test case are being implemented correctly - line 78: //TODO: How would a successful series of tests be created for this function FlexUnit4Test/src/org/flexunit/internals/cases/TextListenerCase.as (2 lines): - line 29: //TODO: Ensure that the tests and this test case are being implemented correctly - line 46: //TODO: What else should be done with this test? Should all whole sepeate group of tests be written for the default listener? FlexUnit4Test/src/org/flexunit/async/cases/AsyncHandlerCase.as (2 lines): - line 31: //TODO: Ensure that tests and this test case are implemented correctly - line 64: //TODO: Is there a way to test this with when the timeout is reached? FlexUnit4Test/src/org/flexunit/runner/notification/cases/FailureCase.as (2 lines): - line 30: //TODO: Ensure that the tests and this test case are being correctly implemented - line 84: //TODO: There needs to be a second tests created for when Capabilities.isDebugger returns a value of false, how would this FlexUnit4Turnkey/src/org/hamcrest/core/CombinableTest.as (1 line): - line 78: // TODO this is of dubious value given no generics? FlexUnit4Test/src/org/flexunit/runner/notification/cases/RunListenerCase.as (1 line): - line 21: // TODO: None of the functions in RunListener do anything.. Do we need to test it? FlexUnit4Tutorials/Unit6/Complete/FlexUnit4Training_wt2/html-template/history/history.js (1 line): - line 402: // FIXME: could this ever be a forward button? FlexUnit4Tutorials/Unit12/Complete/FlexUnit4Training_wt1/html-template/history/history.js (1 line): - line 402: // FIXME: could this ever be a forward button? FlexUnit4Test/src/org/flexunit/async/cases/AsyncTestResponderCase.as (1 line): - line 26: //TODO: Make sure these tests correctly test the class FlexUnit4Tutorials/Unit6/Complete/FlexUnit4Training_wt1/html-template/history/history.js (1 line): - line 402: // FIXME: could this ever be a forward button? FlexUnit4Test/src/org/flexunit/runner/manipulation/cases/NoTestsRemainExceptionCase.as (1 line): - line 24: //TODO: Ensure that this test case and the tests are correctly implemented FlexUnit4/src/flex/lang/reflect/Klass.as (1 line): - line 250: //TODO : since type is an attribute of extendsClass, we need to reference it with @ FlexUnit4Test/src/org/flexunit/experimental/runners/statements/cases/MethodCompleteWithParamStatementCase.as (1 line): - line 177: //TODO: Determine how to correctly execute this test when the parent token has not been set FlexUnit4Test/src/org/fluint/sequence/cases/SequenceBindingWaiterCase.as (1 line): - line 31: //TODO: Ensure that these tests and this test case are being implemented correctly FlexUnit4/src/org/flexunit/runners/model/RunnerBuilderBase.as (1 line): - line 108: //TODO: Verify this or look further into the world of JUnit for what I am missing. FlexUnit4/src/org/flexunit/experimental/runners/statements/MethodCompleteWithParamsStatement.as (1 line): - line 90: //TODO: Trace from this point forward to determine why stack overflow is happening in ParameterizedAssertionError FlexUnit4/src/org/flexunit/internals/runners/ErrorReportingRunner.as (1 line): - line 102: TODO: Figure this whole mess out FlexUnit4Tutorials/Unit16/Complete/FlexUnit4Training_wt2/html-template/history/history.js (1 line): - line 402: // FIXME: could this ever be a forward button? FlexUnit4Tutorials/Unit9/Start/FlexUnit4Training_wt1/html-template/history/history.js (1 line): - line 402: // FIXME: could this ever be a forward button? FlexUnit4/src/org/flexunit/runner/manipulation/filters/DynamicFilter.as (1 line): - line 28: * //TODO: IRunner is an interface, there is no pre-existing implementing class, does the following FlexUnit4Tutorials/Unit16/Complete/FlexUnit4Training_wt1/html-template/history/history.js (1 line): - line 402: // FIXME: could this ever be a forward button? FlexUnit4Test/src/org/flexunit/runner/cases/DescriptorCase.as (1 line): - line 25: //TODO: Ensure that these tests and this test case are being implemented correctly FlexUnit4Test/src/org/flexunit/internals/requests/cases/FilterRequestCase.as (1 line): - line 30: //TODO: Ensure that these tests and this test case are being implemented correctly FlexUnit4SampleCIProject/html-template/history/history.js (1 line): - line 358: // FIXME: could this ever be a forward button? FlexUnit4Tutorials/Unit15/Start/FlexUnit4Training_wt1/html-template/history/history.js (1 line): - line 402: // FIXME: could this ever be a forward button? FlexUnit4Test/src/org/flexunit/reporting/cases/FailureFormatterASCase.as (1 line): - line 28: //TODO: Ensure that the tests and test case are being implemented correctly FlexUnit4Test/src/org/flexunit/internals/runners/statements/cases/SequencerWithDecorationCase.as (1 line): - line 23: //TODO: This entire test case needs to be created. Does the handleChildExecuteComplete method need to be called in order to FlexUnit4UIListener/src/org/flexunit/flexui/data/TestFunctionRowData.as (1 line): - line 88: // TODO: [XB] implement this FlexUnit4Test/src/org/flexunit/runner/manipulation/cases/MetadataAlphabeticalSorterCase.as (1 line): - line 27: //TODO: Are these test correctly testing the MetadataAlphabeticalSorterCase class FlexUnit4Test/src/flexUnitTests/flexUnit4/suites/frameworkSuite/parameterizedSuite/TestJUnitParameterizedFuncVsArrayDataProvider.as (1 line): - line 45: // TODO: WRITE LEGIT TEST FlexUnit4Test/src/org/hamcrest/core/CombinableTest.as (1 line): - line 78: // TODO this is of dubious value given no generics? FlexUnit4Test/src/org/flexunit/internals/runners/cases/InitializationErrorCase.as (1 line): - line 24: //TODO: Ensure that these tests and test case are being implemented correctly FlexUnit4Tutorials/Unit2/Complete/FlexUnit4Training_wt1/html-template/history/history.js (1 line): - line 402: // FIXME: could this ever be a forward button? FlexUnit4Tutorials/Unit4/Start/FlexUnit4Training_wt2/html-template/history/history.js (1 line): - line 402: // FIXME: could this ever be a forward button? FlexUnit4Tutorials/Unit12/Start/FlexUnit4Training_wt1/html-template/history/history.js (1 line): - line 402: // FIXME: could this ever be a forward button? FlexUnit4Tutorials/Unit6/Start/FlexUnit4Training_wt1/html-template/history/history.js (1 line): - line 402: // FIXME: could this ever be a forward button? FlexUnit4CIListener/src/org/flexunit/listeners/TestSuiteReport.as (1 line): - line 39: // TODO: [XB] this can be refactored to Vector FlexUnit4Test/src/org/fluint/uiImpersonation/cases/TestEnvironmentCase.as (1 line): - line 38: //TODO: Since this is a singleton, it is currently impossible to cover both branches, any way in which this can be remedied? FlexUnit4Tutorials/Unit7/Complete/FlexUnit4Training_wt1/html-template/history/history.js (1 line): - line 402: // FIXME: could this ever be a forward button? FlexUnit4Tutorials/Unit11/Complete/FlexUnit4Training_wt1/html-template/history/history.js (1 line): - line 402: // FIXME: could this ever be a forward button? FlexUnit4Tutorials/Unit13/Complete/FlexUnit4Training_wt2/html-template/history/history.js (1 line): - line 402: // FIXME: could this ever be a forward button? FlexUnit4Test/src/org/flexunit/internals/runners/statements/cases/AsyncStatementBaseCase.as (1 line): - line 24: //TODO: Ensure that this test case has been created correctly and that it contains FlexUnit4Tutorials/Unit13/Complete/FlexUnit4Training_wt3/html-template/history/history.js (1 line): - line 402: // FIXME: could this ever be a forward button? FlexUnit4Tutorials/Unit14/Start/FlexUnit4Training_wt2/html-template/history/history.js (1 line): - line 402: // FIXME: could this ever be a forward button? FlexUnit4Tutorials/Unit14/Start/FlexUnit4Training_wt1/html-template/history/history.js (1 line): - line 402: // FIXME: could this ever be a forward button? FlexUnit4Tutorials/Unit5/Complete/FlexUnit4Training_wt2/html-template/history/history.js (1 line): - line 402: // FIXME: could this ever be a forward button? FlexUnit4Tutorials/Unit15/Complete/FlexUnit4Training_wt1/html-template/history/history.js (1 line): - line 402: // FIXME: could this ever be a forward button? FlexUnit4Tutorials/Unit5/Complete/FlexUnit4Training_wt3/html-template/history/history.js (1 line): - line 402: // FIXME: could this ever be a forward button? FlexUnit4/src/org/flexunit/async/AsyncLocator.as (1 line): - line 77: //TODO: Refactor this to some other type of error FlexUnit4Test/src/org/flexunit/internals/cases/TraceListenerCase.as (1 line): - line 28: //TODO: There doesn't appear to be a way to test this class since it only does traces. Can this be altered? FlexUnit4/src/org/flexunit/experimental/theories/internals/ParameterizedAssertionError.as (1 line): - line 60: //TODO: Figure out when this is needed and how to distinguish from above FlexUnit4Test/src/org/flexunit/runner/manipulation/cases/MetadataSorterCase.as (1 line): - line 27: //TODO: Are these test correctly testing the MetadataSorter class FlexUnit4Test/src/org/flexunit/runner/cases/ResultCase.as (1 line): - line 30: //TODO: Is an additional test needed in order to make sure the run listener is being created correctly? FlexUnit4UIListener/src/org/flexunit/flexui/controls/PromptingTextInput.as (1 line): - line 112: // TODO: Log error with the logging framework, or just use trace? FlexUnit4Test/src/org/flexunit/internals/runners/statements/cases/ExpectAsyncASCase.as (1 line): - line 36: //TODO: There are still tests that need to be created in this test case FlexUnit4Tutorials/Unit11/Start/FlexUnit4Training_wt3/html-template/history/history.js (1 line): - line 402: // FIXME: could this ever be a forward button? FlexUnit4Tutorials/Unit7/Start/FlexUnit4Training_wt1/html-template/history/history.js (1 line): - line 402: // FIXME: could this ever be a forward button? FlexUnit4Test/src/org/flexunit/cases/AssertionErrorCase.as (1 line): - line 24: //TODO: Ensure that this test case and the tests are correctly implemented FlexUnit4Test/src/org/flexunit/runners/cases/BlockFlexUnit4ClassRunnerCase.as (1 line): - line 21: //TODO: This entire runner needs to have tests written for it FlexUnit4Tutorials/Unit1/Start/FlexUnit4Training/html-template/history/history.js (1 line): - line 402: // FIXME: could this ever be a forward button? FlexUnit4Test/src/org/flexunit/matchers/cases/FlexUnitMatchersCase.as (1 line): - line 21: //TODO: The class to test has not yet been implemented FlexUnit4/src/org/flexunit/internals/runners/statements/ExpectAsync.as (1 line): - line 162: * @internal TODO:: This needs to be cleaned up and revised... just a prototype FlexUnit4Test/src/org/flexunit/internals/events/cases/ExecutionCompleteEventCase.as (1 line): - line 24: //TODO: Verify this test case is being handled correctly FlexUnit4Tutorials/Unit15/Start/FlexUnit4Training_wt2/html-template/history/history.js (1 line): - line 402: // FIXME: could this ever be a forward button? FlexUnit4Test/src/org/fluint/sequence/cases/SequenceSetterCase.as (1 line): - line 53: //TODO: How can a test be written for this function? FlexUnit4Tutorials/Unit4/Start/FlexUnit4Training_wt3/html-template/history/history.js (1 line): - line 402: // FIXME: could this ever be a forward button? FlexUnit4Tutorials/Unit10/Start/FlexUnit4Training_wt3/html-template/history/history.js (1 line): - line 402: // FIXME: could this ever be a forward button? FlexUnit4Tutorials/Unit8/Start/FlexUnit4Training_wt1/html-template/history/history.js (1 line): - line 402: // FIXME: could this ever be a forward button? FlexUnit4Tutorials/Unit10/Complete/FlexUnit4Training_wt4/html-template/history/history.js (1 line): - line 402: // FIXME: could this ever be a forward button? FlexUnit4Tutorials/Unit8/Complete/FlexUnit4Training_wt1/html-template/history/history.js (1 line): - line 402: // FIXME: could this ever be a forward button? FlexUnit4Tutorials/Unit8/Complete/FlexUnit4Training_wt2/html-template/history/history.js (1 line): - line 402: // FIXME: could this ever be a forward button? FlexUnit4Tutorials/Unit10/Complete/FlexUnit4Training_wt2/html-template/history/history.js (1 line): - line 402: // FIXME: could this ever be a forward button? FlexUnit4Test/src/org/flexunit/internals/builders/cases/SuiteMethodBuilderCase.as (1 line): - line 26: //TODO: Ensure that these tests and this test case are being implemented correctly FlexUnit4Test/src/org/fluint/sequence/cases/SequenceCallerCase.as (1 line): - line 25: //TODO: Ensure that these tests and this test case are being implemented correctly. FlexUnit4Tutorials/Unit10/Complete/FlexUnit4Training_wt3/html-template/history/history.js (1 line): - line 402: // FIXME: could this ever be a forward button? FlexUnit4Tutorials/Unit10/Complete/FlexUnit4Training_wt1/html-template/history/history.js (1 line): - line 402: // FIXME: could this ever be a forward button? FlexUnit4Tutorials/Unit14/Complete/FlexUnit4Training_wt2/html-template/history/history.js (1 line): - line 402: // FIXME: could this ever be a forward button? FlexUnit4Test/src/org/flexunit/async/cases/TestResponderCase.as (1 line): - line 24: //TODO: Need to finish implementing this test case and confirm it's being implemented FlexUnit4Tutorials/Unit8/Complete/FlexUnit4Training_wt3/html-template/history/history.js (1 line): - line 402: // FIXME: could this ever be a forward button? FlexUnit4Tutorials/Unit4/Complete/FlexUnit4Training_wt2/html-template/history/history.js (1 line): - line 402: // FIXME: could this ever be a forward button? FlexUnit4Tutorials/Unit14/Complete/FlexUnit4Training_wt1/html-template/history/history.js (1 line): - line 402: // FIXME: could this ever be a forward button? FlexUnit4Test/src/org/flexunit/internals/cases/ArrayComparisonFauilureCase.as (1 line): - line 21: //TODO: The class to test has not yet been implemented FlexUnit4Tutorials/Unit4/Complete/FlexUnit4Training_wt1/html-template/history/history.js (1 line): - line 402: // FIXME: could this ever be a forward button? FlexUnit4Tutorials/Unit16/Start/FlexUnit4Training_wt1/html-template/history/history.js (1 line): - line 402: // FIXME: could this ever be a forward button? FlexUnit4Tutorials/Unit16/Start/FlexUnit4Training_wt2/html-template/history/history.js (1 line): - line 402: // FIXME: could this ever be a forward button? FlexUnit4Tutorials/Unit13/Start/FlexUnit4Training_wt1/html-template/history/history.js (1 line): - line 402: // FIXME: could this ever be a forward button? FlexUnit4Test/src/org/flexunit/runner/notification/mocks/FailureMock.as (1 line): - line 52: //TODO: How the the constructor for the mock object be handled FlexUnit4Test/src/org/flexunit/experimental/theories/internals/error/CouldNotGenerateValueExceptionCase.as (1 line): - line 23: //TODO: Ensure that the tests and test case have been implemented correctly FlexUnit4Test/src/org/flexunit/internals/runners/model/cases/MultipleFailureExceptionCase.as (1 line): - line 24: //TODO: Ensure that the tests and test case have been implemented correctly FlexUnit4Tutorials/Unit5/Start/FlexUnit4Training_wt2/html-template/history/history.js (1 line): - line 402: // FIXME: could this ever be a forward button? FlexUnit4Test/src/org/flexunit/events/cases/AsyncResponseEventCase.as (1 line): - line 24: //TODO: Verify this test case is being handled correctly FlexUnit4Tutorials/Unit5/Start/FlexUnit4Training_wt1/html-template/history/history.js (1 line): - line 402: // FIXME: could this ever be a forward button? FlexUnit4Tutorials/Unit5/Start/FlexUnit4Training_wt4/html-template/history/history.js (1 line): - line 402: // FIXME: could this ever be a forward button? FlexUnit4Tutorials/Unit5/Start/FlexUnit4Training_wt3/html-template/history/history.js (1 line): - line 402: // FIXME: could this ever be a forward button? FlexUnit4Test/src/org/flexunit/internals/runners/cases/ChildRunnerSequencerCase.as (1 line): - line 30: //TODO: Ensure that these tests and this test case are being implemented correctly FlexUnit4Tutorials/Unit2/Start/FlexUnit4Training_wt1/html-template/history/history.js (1 line): - line 402: // FIXME: could this ever be a forward button? FlexUnit4Tutorials/Unit13/Start/FlexUnit4Training_wt2/html-template/history/history.js (1 line): - line 402: // FIXME: could this ever be a forward button? FlexUnit4AntTasks/src/org/flexunit/ant/FlexUnitSocketThread.java (1 line): - line 59: //TODO: Clean up exception handling FlexUnit4/src/org/flexunit/internals/requests/FilterRequest.as (1 line): - line 62: //TODO: Need to review what exactly is needed here FlexUnit4/src/org/flexunit/runners/BlockFlexUnit4ClassRunner.as (1 line): - line 138: //TODO: Deal with async issues here on the notifier finish FlexUnit4Tutorials/Unit5/Complete/FlexUnit4Training_wt4/html-template/history/history.js (1 line): - line 402: // FIXME: could this ever be a forward button? FlexUnit4Tutorials/Unit4/Complete/FlexUnit4Training_wt3/html-template/history/history.js (1 line): - line 402: // FIXME: could this ever be a forward button? FlexUnit4Test/src/org/flexunit/runner/notification/async/cases/XMLListenerCase.as (1 line): - line 27: //TODO: All of the tests in this test case need to be finished. How can they be tested with the socket? FlexUnit4Test/src/org/flexunit/runner/notification/cases/RunNotifierCase.as (1 line): - line 30: //TODO: Tests need to be written for addListener, addFirstListener, and removeListener. There also FlexUnit4Tutorials/Unit10/Start/FlexUnit4Training_wt4/html-template/history/history.js (1 line): - line 402: // FIXME: could this ever be a forward button? FlexUnit4Tutorials/Unit10/Start/FlexUnit4Training_wt2/html-template/history/history.js (1 line): - line 402: // FIXME: could this ever be a forward button? FlexUnit4Tutorials/Unit8/Start/FlexUnit4Training_wt2/html-template/history/history.js (1 line): - line 402: // FIXME: could this ever be a forward button? FlexUnit4/src/org/flexunit/internals/runners/model/EachTestNotifier.as (1 line): - line 70: //TODO: THis needs to be an AssumptionViolatedException... but I need to get Hamcrest in there for that...so it needs to wait FlexUnit4Tutorials/Unit11/Complete/FlexUnit4Training_wt3/html-template/history/history.js (1 line): - line 402: // FIXME: could this ever be a forward button? FlexUnit4Tutorials/Unit9/Complete/FlexUnit4Training_wt1/html-template/history/history.js (1 line): - line 402: // FIXME: could this ever be a forward button? FlexUnit4Test/src/org/flexunit/experimental/theories/internals/cases/ParameterizedAssertionErrorCase.as (1 line): - line 24: //TODO: Ensure that these tests and this test case are being implemented correctly. FlexUnit4Tutorials/Unit11/Complete/FlexUnit4Training_wt2/html-template/history/history.js (1 line): - line 402: // FIXME: could this ever be a forward button? FlexUnit4Tutorials/Unit13/Complete/FlexUnit4Training_wt1/html-template/history/history.js (1 line): - line 402: // FIXME: could this ever be a forward button? FlexUnit4AntTasks/src/org/flexunit/ant/tasks/FlexUnitTask.java (1 line): - line 27: //TODO: Add AIR and Flex 4 support to compilation FlexUnit4Test/src/org/flexunit/internals/runners/statements/cases/FailCase.as (1 line): - line 25: //TODO: Ensure that this test case has all needed tests and that the current tests are being FlexUnit4Tutorials/Unit7/Complete/FlexUnit4Training_wt2/html-template/history/history.js (1 line): - line 402: // FIXME: could this ever be a forward button? FlexUnit4Test/src/org/flexunit/internals/builders/cases/NullBuilderCase.as (1 line): - line 21: //TODO: Nothing to test? FlexUnit4Tutorials/Unit5/Complete/FlexUnit4Training_wt1/html-template/history/history.js (1 line): - line 402: // FIXME: could this ever be a forward button? FlexUnit4Tutorials/Unit15/Complete/FlexUnit4Training_wt2/html-template/history/history.js (1 line): - line 402: // FIXME: could this ever be a forward button? FlexUnit4Test/src/org/flexunit/internals/requests/cases/SortingRequestCase.as (1 line): - line 26: //TODO: Ensure that this test and this test case are being implemented correctly FlexUnit4Turnkey/html-template/history/history.js (1 line): - line 358: // FIXME: could this ever be a forward button? FlexUnit4Test/src/org/flexunit/events/cases/AsyncEventCase.as (1 line): - line 26: //TODO: Verify this test case is being handled correctly FlexUnit4/src/org/flexunit/internals/requests/SortingRequest.as (1 line): - line 67: //TODO: Unsure of meaning and applicability of @inheritDoc FlexUnit4Test/html-template/history/history.js (1 line): - line 358: // FIXME: could this ever be a forward button? FlexUnit4UIListener/src/org/flexunit/flexui/controls/right/TestsComplete.mxml (1 line): - line 91: /*// TODO: [XB] reactivate var average : Number = Assert.totalAssertionsMade / _model.numTestsRun; FlexUnit4Test/src/org/flexunit/runners/model/mocks/FrameworkMethodMock.as (1 line): - line 30: //TODO: How do I return a value of the method property? FlexUnit4Tutorials/Unit11/Start/FlexUnit4Training_wt2/html-template/history/history.js (1 line): - line 402: // FIXME: could this ever be a forward button? FlexUnit4Tutorials/Unit11/Start/FlexUnit4Training_wt1/html-template/history/history.js (1 line): - line 402: // FIXME: could this ever be a forward button? FlexUnit4Tutorials/Unit7/Start/FlexUnit4Training_wt2/html-template/history/history.js (1 line): - line 402: // FIXME: could this ever be a forward button? FlexUnit4Test/src/org/fluint/sequence/cases/SequenceRunnerCase.as (1 line): - line 26: //TODO: Additional tests need to be written for this class FlexUnit4Test/src/org/flexunit/internals/runners/model/cases/EachTestNotifierCase.as (1 line): - line 29: //TODO: Ensure that these tests and this test case are being implemented correctly FlexUnit4Tutorials/Unit1/Complete/FlexUnit4Training/html-template/history/history.js (1 line): - line 402: // FIXME: could this ever be a forward button? FlexUnit4Test/src/org/flexunit/internals/runners/cases/FailureBeforeCase.as (1 line): - line 21: //TODO: The class to test has not yet been implemented FlexUnit4Tutorials/Unit13/Start/FlexUnit4Training_wt3/html-template/history/history.js (1 line): - line 402: // FIXME: could this ever be a forward button? FlexUnit4Test/src/org/flexunit/internals/runners/cases/ErrorReportingRunnerCase.as (1 line): - line 31: //TODO: Ensure that these tests are correctly written and that this test case is properly implemented FlexUnit4Test/src/org/fluint/sequence/cases/SequenceDelayCase.as (1 line): - line 27: //TODO: Is it possible to test this case? The timer is private and that is the target. FlexUnit4/downloads.xml (1 line): - line 36: flexunit1lib () - TODO license??? FlexUnit4Tutorials/Unit4/Start/FlexUnit4Training_wt1/html-template/history/history.js (1 line): - line 402: // FIXME: could this ever be a forward button? FlexUnit4Tutorials/Unit10/Start/FlexUnit4Training_wt1/html-template/history/history.js (1 line): - line 402: // FIXME: could this ever be a forward button? FlexUnit4Tutorials/Unit6/Start/FlexUnit4Training_wt2/html-template/history/history.js (1 line): - line 402: // FIXME: could this ever be a forward button? FlexUnit4Tutorials/Unit8/Start/FlexUnit4Training_wt3/html-template/history/history.js (1 line): - line 402: // FIXME: could this ever be a forward button? FlexUnit4Test/src/org/flexunit/internals/runners/statements/cases/InvokeMethodCase.as (1 line): - line 27: //TODO: Ensure that the tests and this test case are properly built FlexUnit4Test/src/org/fluint/sequence/mocks/SequenceRunnerMock.as (1 line): - line 25: //TODO: This mock nees to be fully fleshed out