Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6031127
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T05:08:16+00:00 2026-05-23T05:08:16+00:00

I have several little functions in an old Unit called Utils.pas . Now I’d

  • 0

I have several little functions in an old Unit called Utils.pas.

Now I’d like refactoring some of them, but I think it’s better to write test before. With DUnit I think it’s impossible without a class.

So I’d like to know how can I test them before refactoring?

Edit:

I thought it was impossible because I was trying to add a test case in Delphi using Test Case Wizard. See the picture bellow that there aren’t any classes and methods, so I’m not be able to create it.

enter image description here

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-23T05:08:17+00:00Added an answer on May 23, 2026 at 5:08 am

    You can’t test a standalone function using the wizard but it’s not a problem to test a standalone function with DUnit.

    Example

      //***** A Standalone function te be tested in a unit far, far away
      function Add(v1, v2: Integer): Integer;
      ...
    
      //***** A testclass to contain the testmethods calling our 
      //      standalone function     
      TTestAdd = class(TTestcase)
      published
        procedure AddingComplement_ShouldEqualZero;
        procedure AddingNegativeNumbers_ShouldBeLessThanZero
        ...
      end;
    
      implementation
    
      procedure TTestAdd.AddingComplement_ShouldEqualZero;
      begin
        // Setup, Execute & Verify
        CheckEquals(0, Utils.Add(-1, 1), 'Complement doesn''t add to zero');
      end;
    
      procedure TTestAdd.AddingNegativeNumbers_ShouldBeLessThanZero
      begin
        // Setup, Execute & Verify
        CheckEquals(-3, Utils.Add(-1, -2), 'Add doesn''t add');
      end;
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have developed several GWT Web Applications. Latest one is a little modification of
I have built a little web application with several *.js files. I am using
I have several complex data structures like Map< A, Set< B > > Set<
I have several textboxes where users can enter information into them. This can include
i have several classes with members called 'Id'. Originally i wanted to store these
I have been working on an iphone apps for several weeks. Now I encounter
Following problem: I would like to build a little clipboard with jQuery. I have
I have several databases that each have a table called, say, products . One
I`m writing a chat using WinSock2 and WinAPI functions. And I have a little
I have stumbled into several methods of looping in JavaScript, what I like the

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.